(M. Davidsaver): static keyword is part of C89,

remove all uses and internal definitions of LOCAL macro
This commit is contained in:
Andrew Johnson
2009-07-09 16:37:24 +00:00
parent d7d0531394
commit 4e0ab97038
18 changed files with 157 additions and 187 deletions
+2 -2
View File
@@ -104,7 +104,7 @@ foreach $line ( @err_sym_line )
print OUT "\n";
print OUT "LOCAL ERRSYMBOL symbols[] =\n";
print OUT "static ERRSYMBOL symbols[] =\n";
print OUT "{\n";
for ($i=0; $i<$count; ++$i)
@@ -115,7 +115,7 @@ for ($i=0; $i<$count; ++$i)
print OUT "};\n";
print OUT "\n";
print OUT "LOCAL ERRSYMTAB symTbl =\n";
print OUT "static ERRSYMTAB symTbl =\n";
print OUT "{\n";
print OUT "\tNELEMENTS(symbols), /* current number of symbols in table */\n";
print OUT "\tsymbols, /* ptr to symbol array */\n";