use NULL_OBST to avoid warnings
authorMatthias Braun <matze@braunis.de>
Thu, 5 Jul 2007 11:42:27 +0000 (11:42 +0000)
committerMatthias Braun <matze@braunis.de>
Thu, 5 Jul 2007 11:42:27 +0000 (11:42 +0000)
[r14955]

ir/be/beemitter.h

index af1ccdf..54fb49e 100644 (file)
@@ -42,7 +42,7 @@ typedef struct be_emit_env_t {
        int            linelength; /**< The length of the current line. */
 } be_emit_env_t;
 
-#define NULL_EMITTER    { NULL, {0,}, 0 }
+#define NULL_EMITTER    { NULL, NULL_OBST, 0 }
 
 /**
  * Emit a character to the (assembler) output.