Skip to content

Commit

Permalink
HACK: re-instate the ItemFragment macro hack
Browse files Browse the repository at this point in the history
This is to fix the preprocessor temporarily. Maybe ItemFragment can be
removed completely.
  • Loading branch information
kanzure committed Aug 30, 2013
1 parent d2ff1d7 commit 8fe7f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocessor.py
Expand Up @@ -626,7 +626,7 @@ def preprocess(macros, skippable_macros=None, lines=None):
macro_table = make_macro_table(list(set(macros + skippable_macros)))

# HACK for pokecrystal. Must be after make_macro_table call.
skippable_macros += ["TextEndingCommand"]
skippable_macros += ["TextEndingCommand", "ItemFragment"]

if not lines:
# read each line from stdin
Expand Down

0 comments on commit 8fe7f4c

Please sign in to comment.