]> err.no Git - varnish/commit
Remove unused METHOD token.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 1 Apr 2007 15:33:56 +0000 (15:33 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 1 Apr 2007 15:33:56 +0000 (15:33 +0000)
commitbc1fc62bc638d8b564c9e038ee7d9f31b3071ec0
tree396a7be4d9a9ab8dd213809e1d4a86fb50b2b7c5
parent50949b36ea354cff13e3c67e77c7fc3f88fd760d
Remove unused METHOD token.

Improve error handling for unterminated /* ... */ comments.

Add undocumented and unsupported facility for inline C source code
in VCL programs.  The syntax is "C{ getpid(); }C" and you are on
your own if you use this.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1301 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/lib/libvcl/vcc_fixed_token.c
varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl
varnish-cache/lib/libvcl/vcc_parse.c
varnish-cache/lib/libvcl/vcc_token.c
varnish-cache/lib/libvcl/vcc_token_defs.h
varnish-cache/lib/libvcl/vcc_xref.c