fixed small bug with token separation
This commit is contained in:
parent
24920dfa75
commit
f0581f7706
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue