]> err.no Git - varnish/commit
Overhaul cross reference checks in vcc compiler
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 31 Mar 2007 08:36:31 +0000 (08:36 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 31 Mar 2007 08:36:31 +0000 (08:36 +0000)
commita5e3ec2337a3f2f5f91610ad925d99d82138d503
tree6c6cf2aa404fb63f951f4a0b879a1d7677baf6f6
parent8864e54f010465365bb94c32f753c3fb606f1445
Overhaul cross reference checks in vcc compiler

Move and isolate cross reference stuff to it's own source file
(vcc_xref.c) and use vcc_ prefix as originally intended.

Also warn about multiple definitions of objects.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1291 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/lib/libvcl/Makefile.am
varnish-cache/lib/libvcl/flint.lnt
varnish-cache/lib/libvcl/vcc_acl.c
varnish-cache/lib/libvcl/vcc_compile.c
varnish-cache/lib/libvcl/vcc_compile.h
varnish-cache/lib/libvcl/vcc_parse.c
varnish-cache/lib/libvcl/vcc_xref.c [new file with mode: 0644]