]> err.no Git - varnish/commit
Move string stuff to vcc_string.c, there's going to be a fair bit of it.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 10 Jul 2007 19:46:16 +0000 (19:46 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 10 Jul 2007 19:46:16 +0000 (19:46 +0000)
commitef9b60baed6543c9c864eec4a259f105c3cd271c
tree30f73f4c3db1239f75b4fd8aa56ed93811247362
parenta54aec5d27d4c2f2eaa4bed3f1796145ed1d62d7
Move string stuff to vcc_string.c, there's going to be a fair bit of it.

Give vcc_StringVal() a return value to say if it did anything so we can
emit better error messages when confused.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1662 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/lib/libvcl/Makefile.am
varnish-cache/lib/libvcl/vcc_action.c
varnish-cache/lib/libvcl/vcc_compile.h
varnish-cache/lib/libvcl/vcc_string.c [new file with mode: 0644]
varnish-cache/lib/libvcl/vcc_var.c