fixed small bug with token separation
This commit is contained in:
parent
24920dfa75
commit
f0581f7706
|
@ -329,6 +329,7 @@ preprocess(fn)
|
|||
&& idef->id_macro
|
||||
&& ReplaceMacros && !NoExpandNext) {
|
||||
if (replace(idef)) {
|
||||
echo(' ');
|
||||
c = GetChar();
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue