From 724d6630801a4b2a36d27263b28b2a1d4b04fde4 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 18 Jun 2006 10:19:54 +0000 Subject: [PATCH] Insert a count-point after each conditional. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@205 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/lib/libvcl/vcl_compile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/varnish-cache/lib/libvcl/vcl_compile.c b/varnish-cache/lib/libvcl/vcl_compile.c index a5b104b9..10734b50 100644 --- a/varnish-cache/lib/libvcl/vcl_compile.c +++ b/varnish-cache/lib/libvcl/vcl_compile.c @@ -894,6 +894,7 @@ IfStmt(struct tokenlist *tl) ERRCHK(tl); break; default: + C(tl, ";"); return; } } -- 2.39.5