fixed small bug with token separation

This commit is contained in:
eck 1990-09-10 11:57:16 +00:00
parent 24920dfa75
commit f0581f7706

View file

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