declare an NULL_OBST
authorMatthias Braun <matze@braunis.de>
Thu, 5 Jul 2007 11:42:10 +0000 (11:42 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 5 Jul 2007 11:42:10 +0000 (11:42 +0000)
[r14954]

include/libfirm/adt/obst.h

index 7304270..790cc32 100644 (file)
@@ -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