aboutsummaryrefslogtreecommitdiff
path: root/tccpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tccpp.c')
-rw-r--r--tccpp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tccpp.c b/tccpp.c
index 6aa067f..33c65a4 100644
--- a/tccpp.c
+++ b/tccpp.c
@@ -2689,6 +2689,8 @@ static int macro_subst_tok(TokenString *tok_str,
ml->p = NULL;
*can_read_stream = ml -> prev;
}
+ /* also, end of scope for nested defined symbol */
+ (*nested_list)->v = -1;
goto redo;
}
} else {