From bf49d97c4c51ffb6072fd7fe95f5fe73116781cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 23 Jul 1997 19:46:51 -0700
Subject: [PATCH] bugfix

Rev: src/lex.c:1.25
---
 src/lex.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lex.c b/src/lex.c
index 18c829778a..3574f1cbd2 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: lex.c,v 1.24 1997/05/19 23:31:02 hubbe Exp $");
+RCSID("$Id: lex.c,v 1.25 1997/07/24 02:46:51 hubbe Exp $");
 #include "language.h"
 #include "array.h"
 #include "lex.h"
@@ -1862,6 +1862,7 @@ static void calcC()
       break;
 
     default:
+      push_int(0);
       yyerror("Syntax error in #if.");
       return;
   }
-- 
GitLab