X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8c44d3ec4904a326724764401b532b0593af05c6..d9efd181112c1232acff11f11b2a5c064e08cf7d:/acconfig.h?ds=sidebyside diff --git a/acconfig.h b/acconfig.h index 0fc2bdd0..9e84572e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,7 +1,3 @@ -#ifndef CONFIG_H -#define CONFIG_H -@TOP@ - /* Define as 1 if realloc must be declared even if is included. */ #undef NEED_DECLARATION_REALLOC @@ -9,12 +5,3 @@ /* Define as 1 if calloc must be declared even if is included. */ #undef NEED_DECLARATION_CALLOC -@BOTTOM@ - -#if defined(PROTOTYPES) || defined(__cplusplus) -# define PARAMS(p) p -#else -# define PARAMS(p) () -#endif - -#endif /* CONFIG_H */