]> 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 658ee9d5f84c58809598953a08590adf796b6c9f..9e84572ec7167816e94de69119e4110db3d9d96e 100644 (file)
@@ -1,21 +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
-@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