wpp: In recursive macro definitions, print the macro name instead of nothing.
This commit is contained in:
parent
bffe5a6922
commit
804993deea
|
@ -661,6 +661,7 @@ includelogicentry_t *pp_includelogiclist = NULL;
|
|||
pp_internal_error(__FILE__, __LINE__, "Invalid define type %d\n", ppp->type);
|
||||
}
|
||||
}
|
||||
else put_buffer(pptext, ppleng);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue