fixed small bug
This commit is contained in:
@@ -537,6 +537,7 @@ macro2buffer(repl, idf, args)
|
||||
int err = 0;
|
||||
char *stringify();
|
||||
|
||||
assert(ptr[idf->id_macro->mc_length] == '\0');
|
||||
while (*ptr) {
|
||||
if (*ptr == '\'' || *ptr == '"') {
|
||||
register int delim = *ptr;
|
||||
|
||||
Reference in New Issue
Block a user