bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scan-skel.l uses "fatal" without declaring it


From: Paul Eggert
Subject: scan-skel.l uses "fatal" without declaring it
Date: Fri, 10 Dec 2004 22:18:25 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

--enable-gcc-warnings found a problem with scan-skel.l.
I installed this patch:

2004-12-10  Paul Eggert  <address@hidden>

        * src/scan-skel.l: Include "complain.h", for "fatal".

Index: src/scan-skel.l
===================================================================
RCS file: /cvsroot/bison/bison/src/scan-skel.l,v
retrieving revision 1.26
diff -p -u -r1.26 scan-skel.l
--- src/scan-skel.l     22 Nov 2004 21:05:25 -0000      1.26
+++ src/scan-skel.l     11 Dec 2004 06:01:08 -0000
@@ -28,6 +28,7 @@
 #include <error.h>
 #include <quotearg.h>
 
+#include "complain.h"
 #include "getargs.h"
 #include "files.h"
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]