Define "lint" if --enable-gcc-warnings.

This commit is contained in:
Paul Eggert
2002-11-05 23:42:10 +00:00
parent 29c017256a
commit bcb3effb3c

View File

@@ -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.