@note instead of @Note
[libfirm] / include / libfirm / adt / obst.h
index 7304270..b49e36a 100644 (file)
@@ -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.
  *
 #ifndef FIRM_ADT_OBST_H
 #define FIRM_ADT_OBST_H
 
-#include <obstack.h>
+#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