mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
even faster preprocessor
This commit is contained in:
parent
f2fd544e20
commit
f558edafff
@ -405,9 +405,9 @@ def macro_test(asm):
|
||||
token = extract_token(asm)
|
||||
|
||||
# check against all names
|
||||
try:
|
||||
if token in macro_table:
|
||||
return (macro_table[token], token)
|
||||
except:
|
||||
else:
|
||||
return (None, None)
|
||||
|
||||
def macro_translator(macro, token, line):
|
||||
|
Loading…
x
Reference in New Issue
Block a user