X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fadt%2Fobst.h;h=b49e36a6f974c01ef47648d5feb63eb2f0f0582d;hb=12ad4306b9e51ff630e24a01f363fd141368c33c;hp=73042707adabe2197383fbf94d3f1055b9e3c68c;hpb=435253f3a8766fec2ac2adf559bb10cfcb5d36f4;p=libfirm diff --git a/include/libfirm/adt/obst.h b/include/libfirm/adt/obst.h index 73042707a..b49e36a6f 100644 --- a/include/libfirm/adt/obst.h +++ b/include/libfirm/adt/obst.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 1995-2007 University of Karlsruhe. All right reserved. + * Copyright (C) 1995-2008 University of Karlsruhe. All right reserved. * * This file is part of libFirm. * @@ -26,10 +26,12 @@ #ifndef FIRM_ADT_OBST_H #define FIRM_ADT_OBST_H -#include +#include "obstack.h" #include "xmalloc.h" #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