Update c_dumbpreproc (broken)

This commit is contained in:
Thomas Nagy 2020-06-18 21:15:46 +02:00
parent 225448be0d
commit 8537c0de4a
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class dumb_parser(parser):
if x == c_preproc.POPFILE:
self.currentnode_stack.pop()
continue
self.tryfind(y)
self.tryfind(y, env=env)
c_preproc.c_parser = dumb_parser