fixed small bug with token separation

This commit is contained in:
eck 1990-09-10 11:57:16 +00:00
parent f7726082d3
commit e4bb8e61b0

View File

@ -329,6 +329,7 @@ preprocess(fn)
&& idef->id_macro
&& ReplaceMacros && !NoExpandNext) {
if (replace(idef)) {
echo(' ');
c = GetChar();
continue;
}