]> err.no Git - varnish/commitdiff
silence config.h noise
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 14 Nov 2008 10:22:47 +0000 (10:22 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 14 Nov 2008 10:22:47 +0000 (10:22 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3395 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvarnish/flint.lnt

index 37e5ebd4b975e1e3753d3850141db012222b02a0..5aafc9806eab2aa7e0e2658bcb7d370dcf809517 100644 (file)
@@ -11,6 +11,8 @@
 
 -header(../../config.h)
 
+-efile(451, "../../config.h")
+
 // Fix strchr() semtics, it can only return NULL if arg2 != 0
 -sem(strchr, 1p, type(1), 2n == 0 ? (@p < 1p) : (@p < 1p || @p == 0 ))