]> err.no Git - varnish/commitdiff
Update
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 1 Apr 2007 15:34:24 +0000 (15:34 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 1 Apr 2007 15:34:24 +0000 (15:34 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1302 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/syntax.txt

index 09265d9765e1379430dc94304c26034cbddfbcdc..489d8c23842406a894c359f82a4e95f2492edfdc 100644 (file)
@@ -26,6 +26,7 @@ statement:
        compound
        if_stmt
        action
+       'C{' inline_c_src '}C'
 
 if_stmt:
        'if' conditional compound elseifparts elsepart