aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lemon/lemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lemon/lemon.c')
-rw-r--r--tools/lemon/lemon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lemon/lemon.c b/tools/lemon/lemon.c
index 6738308ae9..a5f0421c2d 100644
--- a/tools/lemon/lemon.c
+++ b/tools/lemon/lemon.c
@@ -25,7 +25,7 @@
** drh@acm.org
** http://www.hwaci.com/drh/
**
-** $Id: lemon.c,v 1.10 2001/06/26 20:52:19 guy Exp $
+** $Id: lemon.c,v 1.11 2001/07/22 10:25:50 guy Exp $
*/
#include <stdio.h>
#include <stdarg.h>
@@ -263,7 +263,7 @@ void Configlist_eat(struct config *);
void Configlist_reset(void);
/********* From the file "error.h" ***************************************/
-#if __GNUC__ == 2
+#if __GNUC__ >= 2
void ErrorMsg( char *, int, char *, ... )
__attribute__((format (printf, 3, 4)));
#else