X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/9190f3e7262f23d5d962c96221f2f42401a30276..7ba81a101f5df0036f9d88a8c72d021a8d3ec69f:/src/system.h diff --git a/src/system.h b/src/system.h index 5d15969a..b3c8f6d9 100644 --- a/src/system.h +++ b/src/system.h @@ -73,7 +73,7 @@ extern int errno; # define PARAMS(p) () #endif - +# include "xalloc.h" /*---------------------. | Missing prototypes. | @@ -159,9 +159,9 @@ typedef int bool; | Obstacks. | `-----------*/ -#define obstack_chunk_alloc xmalloc -#define obstack_chunk_free free -#include "obstack.h" +# define obstack_chunk_alloc xmalloc +# define obstack_chunk_free free +# include "obstack.h" #define obstack_sgrow(Obs, Str) \ obstack_grow (Obs, Str, strlen (Str)) @@ -271,8 +271,6 @@ do { \ # if WITH_DMALLOC # define DMALLOC_FUNC_CHECK # include - # endif /* WITH_DMALLOC */ - #endif /* BISON_SYSTEM_H */