Protected inclusion of "config.h" with HAVE_CONFIG_H.

This commit is contained in:
Jesse Thilo
1999-05-19 11:24:34 +00:00
parent 3114db31fd
commit e0d27f5f08
3 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
char *version_string = "GNU Bison version " VERSION "\n";