remove some potential problems

This commit is contained in:
Bill Currie 2000-03-29 22:00:42 +00:00
parent 90d881a694
commit b553fcf7e7
1 changed files with 2 additions and 2 deletions

View File

@ -792,7 +792,7 @@ tokenstat whitespace (char c)
int gettoken (void)
{
char c;
int c;
int count, parencount;
tokenstat stat;
@ -1030,7 +1030,7 @@ tokenstat parseline (void)
}
int main (int argc, char **argv)
int main ()
{
tokenstat stat;