From: Matthias Braun Date: Thu, 5 Jul 2007 11:42:10 +0000 (+0000) Subject: declare an NULL_OBST X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e921ea67fdde8e257483b0011a2de8f377e59161;p=libfirm declare an NULL_OBST [r14954] --- 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