From e921ea67fdde8e257483b0011a2de8f377e59161 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 5 Jul 2007 11:42:10 +0000 Subject: [PATCH] declare an NULL_OBST [r14954] --- include/libfirm/adt/obst.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libfirm/adt/obst.h b/include/libfirm/adt/obst.h index 73042707a..790cc3210 100644 --- a/include/libfirm/adt/obst.h +++ b/include/libfirm/adt/obst.h @@ -32,4 +32,6 @@ #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free +#define NULL_OBST { 0, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, 0, 0, 0 } + #endif -- 2.20.1