mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
HACK: re-instate the ItemFragment macro hack
This is to fix the preprocessor temporarily. Maybe ItemFragment can be removed completely.
This commit is contained in:
parent
d2ff1d7aaa
commit
8fe7f4c3a5
@ -626,7 +626,7 @@ def preprocess(macros, skippable_macros=None, lines=None):
|
|||||||
macro_table = make_macro_table(list(set(macros + skippable_macros)))
|
macro_table = make_macro_table(list(set(macros + skippable_macros)))
|
||||||
|
|
||||||
# HACK for pokecrystal. Must be after make_macro_table call.
|
# HACK for pokecrystal. Must be after make_macro_table call.
|
||||||
skippable_macros += ["TextEndingCommand"]
|
skippable_macros += ["TextEndingCommand", "ItemFragment"]
|
||||||
|
|
||||||
if not lines:
|
if not lines:
|
||||||
# read each line from stdin
|
# read each line from stdin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user