Mailing List Archive

r3395 - trunk/varnish-cache/lib/libvarnish
Author: phk
Date: 2008-11-14 11:22:47 +0100 (Fri, 14 Nov 2008)
New Revision: 3395

Modified:
trunk/varnish-cache/lib/libvarnish/flint.lnt
Log:
silence config.h noise



Modified: trunk/varnish-cache/lib/libvarnish/flint.lnt
===================================================================
--- trunk/varnish-cache/lib/libvarnish/flint.lnt 2008-11-14 09:50:12 UTC (rev 3394)
+++ trunk/varnish-cache/lib/libvarnish/flint.lnt 2008-11-14 10:22:47 UTC (rev 3395)
@@ -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 ))