change backend node specification to use whole words instead of cryptical 1-char...
[libfirm] / ir / be / scripts / generate_emitter.pl
index b05af7e..7c17a00 100755 (executable)
@@ -37,7 +37,7 @@ our $arch;
 our $comment_string = "/*";
 our $comment_string_end = "*/" ;
 our %nodes;
-our $new_emit_syntax = 0;
+our $new_emit_syntax = 1;
 
 # include spec file
 
@@ -211,9 +211,7 @@ print OUT<<EOF;
  *         created by: $0 $specfile $target_dir
  * \@date   $creation_time
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <stdio.h>