]> err.no Git - varnish/commit
Move things over to the correct "VCC" prefix.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 21 Jul 2006 18:12:56 +0000 (18:12 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 21 Jul 2006 18:12:56 +0000 (18:12 +0000)
commit62e6d5b3bb41364cb8e1972c79b7a1a731f1dc8d
tree74a1076c9085ce3a2a4e5bf0f431721b4853a14d
parente38a874c2aa8f76f61c1620f14ff3e4d9531661b
Move things over to the correct "VCC" prefix.

Split some stuff into separate files while we're at it.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@544 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/lib/libvcl/Makefile.am
varnish-cache/lib/libvcl/vcc_compile.c [new file with mode: 0644]
varnish-cache/lib/libvcl/vcc_compile.h [new file with mode: 0644]
varnish-cache/lib/libvcl/vcc_fixed_token.c [moved from varnish-cache/lib/libvcl/vcl_fixed_token.c with 99% similarity]
varnish-cache/lib/libvcl/vcc_gen_fixed_token.tcl [moved from varnish-cache/lib/libvcl/vcl_gen_fixed_token.tcl with 97% similarity]
varnish-cache/lib/libvcl/vcc_obj.c [new file with mode: 0644]
varnish-cache/lib/libvcl/vcc_priv.h [moved from varnish-cache/lib/libvcl/vcl_priv.h with 92% similarity]
varnish-cache/lib/libvcl/vcc_token.c [new file with mode: 0644]
varnish-cache/lib/libvcl/vcc_token_defs.h [moved from varnish-cache/lib/libvcl/vcl_token_defs.h with 95% similarity]