fixed small bug with token separation
This commit is contained in:
parent
f7726082d3
commit
e4bb8e61b0
@ -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…
x
Reference in New Issue
Block a user