From 4fc0abd11e854192be5571a700811823300c1657 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 19 Apr 2007 14:45:59 +0000 Subject: [PATCH] generate C89 [r13414] --- ir/be/scripts/generate_regalloc_if.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.20.1