]> git.saurik.com Git - bison.git/blobdiff - acconfig.h
* src/reader.c (parse_expect_decl): Use `skip_white_space' and
[bison.git] / acconfig.h
index eed30ed0b73871ecdff6a8ea9904230fe84e8e54..9e84572ec7167816e94de69119e4110db3d9d96e 100644 (file)
@@ -1,27 +1,7 @@
-#ifndef CONFIG_H
-#define CONFIG_H
-@TOP@
+/* Define as 1 if realloc must be declared even if <stdlib.h> is
+   included.  */
+#undef NEED_DECLARATION_REALLOC
 
-/* Name of package.  */
-#undef PACKAGE
-
-/* 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 */
+/* Define as 1 if calloc must be declared even if <stdlib.h> is
+   included.  */
+#undef NEED_DECLARATION_CALLOC