Daily bump.
[gcc.git] / gcc / gengtype-lex.l
index 20797679b9052c34ffc38056f099b962d76ce8eb..a71cce00f4f1b7dca0e90d36c0fec5a8a1eb7905 100644 (file)
@@ -22,7 +22,11 @@ along with GCC; see the file COPYING3.  If not see
 %option noinput
 
 %{
+#ifdef GENERATOR_FILE
 #include "bconfig.h"
+#else
+#include "config.h"
+#endif
 #include "system.h"
 
 #define malloc xmalloc