projects
/
platform
/
upstream
/
bison.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c0172
)
Define "lint" if --enable-gcc-warnings.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 5 Nov 2002 23:42:10 +0000
(23:42 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 5 Nov 2002 23:42:10 +0000
(23:42 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
70df351
..
4e2b810
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-56,6
+56,7
@@
if test "${enableval}" = yes; then
BISON_WARNING(-Wshadow)
BISON_WARNING(-Wstrict-prototypes)
BISON_WARNING(-Wwrite-strings)
+ AC_DEFINE([lint], 1, [Define to 1 if the compiler is checking for lint.])
fi
# Checks for programs.