minor changes concerning void and pre-processor

This commit is contained in:
eck
1989-09-29 16:20:38 +00:00
parent 26cc87efe6
commit 4bde31f78a
22 changed files with 101 additions and 115 deletions

View File

@@ -50,7 +50,7 @@ skipspaces(ch, skipnl)
return '/';
}
}
else if(nlseen && ch == '#') {
else if (nlseen && ch == '#') {
domacro();
ch = GetChar();
} else