Blob Blame History Raw
From 659d1729eb4e8192f3ff76a8813d8944b4c3cb40 Mon Sep 17 00:00:00 2001
From: Stefan <stefan.haubenthal@gmail.com>
Date: Tue, 12 Nov 2019 11:23:23 +0100
Subject: [PATCH 093/170] Fixed exit code #974

---
 test/ref/yacc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/ref/yacc.c b/test/ref/yacc.c
index f2c3e2a5..776e4f93 100644
--- a/test/ref/yacc.c
+++ b/test/ref/yacc.c
@@ -409,7 +409,7 @@ yylook()
                         if(testbreak==5)
                         {
                                 fprintf(yyout,"yylook:   error, aborted after 5 loops\n");
-                                exit(0);
+                                exit(EXIT_FAILURE);
                         }
                         testbreak++;
                         
-- 
2.26.0