diff options
Diffstat (limited to 'loc2c-test.c')
-rw-r--r-- | loc2c-test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/loc2c-test.c b/loc2c-test.c index 535493a2..c39ab061 100644 --- a/loc2c-test.c +++ b/loc2c-test.c @@ -87,7 +87,8 @@ handle_variable (Dwarf_Die *scopes, int nscopes, int out, XXX inlines botched */ Dwarf_Attribute fb_attr_mem, *fb_attr = NULL; - for (int inner = 0; inner < nscopes; ++inner) + int inner; + for (inner = 0; inner < nscopes; ++inner) { switch (dwarf_tag (&scopes[inner])) { |