Commit 15bbdc87 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

lbv_assert never returns


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@755 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 9337ff49
......@@ -5,6 +5,8 @@
// Fix strchr() semtics, it can only return NULL if arg2 != 0
-sem(strchr, 1p, type(1), 2n == 0 ? (@p < 1p) : (@p < 1p || @p == 0 ))
-sem(lbv_assert, r_no)
-ffc // No automatic custody
-e763 // Redundant declaration for symbol '...' previously declared
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment