added obstack_printf extern declaration
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 29 Mar 2006 08:55:49 +0000 (08:55 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Wed, 29 Mar 2006 08:55:49 +0000 (08:55 +0000)
ir/be/arm/arm_gen_decls.c

index 964452e..88169b9 100644 (file)
@@ -20,6 +20,8 @@
 # define obstack_chunk_free free
 #endif
 
+extern int obstack_printf(struct obstack *obst, char *fmt, ...);
+
 #include "tv.h"
 #include "irnode.h"
 #include "entity.h"