From: Matthias Braun Date: Thu, 19 Apr 2007 14:45:59 +0000 (+0000) Subject: generate C89 X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=4fc0abd11e854192be5571a700811823300c1657;p=libfirm generate C89 [r13414] --- diff --git a/ir/be/scripts/generate_regalloc_if.pl b/ir/be/scripts/generate_regalloc_if.pl index 213225706..222719075 100755 --- a/ir/be/scripts/generate_regalloc_if.pl +++ b/ir/be/scripts/generate_regalloc_if.pl @@ -170,7 +170,7 @@ foreach my $flag (keys(%flags)) { } push(@obst_regdef, "\tFLAG_LAST\n"); push(@obst_regdef, "};\n"); -push(@obst_regtypes_decl, "extern arch_flag_t ${arch}_flags[FLAG_LAST];\n"); +push(@obst_regtypes_decl, "extern arch_flag_t ${arch}_flags[];\n"); push(@obst_classdef, "\tN_CLASSES = ".scalar(keys(%reg_classes))."\n"); push(@obst_classdef, "};\n\n");