]> git.saurik.com Git - bison.git/blobdiff - src/system.h
* NEWS: Version 2.0b.
[bison.git] / src / system.h
index 1cd7deef362619adeee53a7d00e716c30f2238cd..755a75cb39cf55323179f08ebb464dcbef3fddaa 100644 (file)
@@ -130,9 +130,9 @@ typedef size_t uintptr_t;
 | 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))