]> git.saurik.com Git - bison.git/blobdiff - data/yacc.c
Be a bit more systematic about using 'abort'.
[bison.git] / data / yacc.c
index cde630e3628e32390d75afcc427af3a9a3226cf5..ecdcda996c18971434cc329549233ec2bdd2dfec 100644 (file)
@@ -248,7 +248,7 @@ b4_syncline([@oline@], [@ofile@])[
 #endif
 
 /* Suppress unused-variable warnings by "using" E.  */
-#ifndef lint
+#if !defined (lint) || defined (__GNUC__)
 # define YYUSE(e) ((void) (e))
 #else
 # define YYUSE(e) /* empty */