]> git.saurik.com Git - bison.git/blobdiff - acconfig.h
Bumped version number to 1.27.
[bison.git] / acconfig.h
index fbf4463c9188c5ff1ddf8a9d2c0a364575094c99..eed30ed0b73871ecdff6a8ea9904230fe84e8e54 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef CONFIG_H
 #define CONFIG_H
-
 @TOP@
 
 /* Name of package.  */
@@ -9,6 +8,20 @@
 /* Version of package.  */
 #undef VERSION
 
+/* Define if the compiler understands prototypes.  */
+#undef PROTOTYPES
+
+/* The location of the simple parser (bison.simple).  */
+#undef XPFILE
+
+/* The location of the semantic parser (bison.hairy).  */
+#undef XPFILE1
 @BOTTOM@
 
+#if defined(PROTOTYPES) || defined(__cplusplus)
+# define PARAMS(p) p
+#else
+# define PARAMS(p) ()
+#endif
+
 #endif  /* CONFIG_H */