localopt stuff for const-code irg
[libfirm] / ir / be / scripts / generate_emitter.pl
index 0fc35bc..12c780b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 #
-# Copyright (C) 1995-2007 University of Karlsruhe.  All right reserved.
+# Copyright (C) 1995-2008 University of Karlsruhe.  All right reserved.
 #
 # This file is part of libFirm.
 #
@@ -23,7 +23,6 @@
 # assembler ir nodes. It takes a "emit" key from the node specification
 # and substitutes lines starting with . with a corresponding fprintf().
 # Creation: 2005/11/07
-# $Id$
 
 use strict;
 use Data::Dumper;
@@ -37,7 +36,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 +210,7 @@ print OUT<<EOF;
  *         created by: $0 $specfile $target_dir
  * \@date   $creation_time
  */
-#ifdef HAVE_CONFIG_H
 #include "config.h"
-#endif
 
 #include <stdio.h>