remove duplicated obstack.h declare obstack_printf
[libfirm] / include / libfirm / adt / obstack.h
index 206fe55..7132a7a 100644 (file)
@@ -502,6 +502,8 @@ __extension__                                                               \
 
 #endif /* not __GNUC__ or not __STDC__ */
 
+int obstack_printf(struct obstack *obst, const char *fmt, ...);
+
 #ifdef __cplusplus
 }      /* C++ */
 #endif