C99 features removed
[libfirm] / ir / be / beemitter.h
index 6080d81..300bc15 100644 (file)
@@ -27,6 +27,8 @@
 #ifndef FIRM_BE_BEEMITTER_H
 #define FIRM_BE_BEEMITTER_H
 
+#include "firm_config.h"
+
 #include <stdio.h>
 #include <stdarg.h>
 #include "firm_types.h"
@@ -42,6 +44,8 @@ typedef struct be_emit_env_t {
        int            linelength; /**< The length of the current line. */
 } be_emit_env_t;
 
+#define NULL_EMITTER    { NULL, NULL_OBST, 0 }
+
 /**
  * Emit a character to the (assembler) output.
  *