# --------------------------------------
# ERROR 17: maximum token size exceeded
# --------------------------------------
#   macro names   ( MAX_MAC_NAME == 130 )
#

# first in each pair is 129 chars, should work, second is 130, should barf

!define 12345678_1_2345678_2_2345678_3_2345678_4_2345678_5_2345678_6_2345678_7_2345678_8_2345678_9_2345678_A_2345678_B_2345678_C_23456789 abc
!define 12345678_1_2345678_2_2345678_3_2345678_4_2345678_5_2345678_6_2345678_7_2345678_8_2345678_9_2345678_A_2345678_B_2345678_C_234567890 def
12345678_1_2345678_2_2345678_3_2345678_4_2345678_5_2345678_6_2345678_7_2345678_8_2345678_9_2345678_A_2345678_B_2345678_C_23456789  = abc
12345678_1_2345678_2_2345678_3_2345678_4_2345678_5_2345678_6_2345678_7_2345678_8_2345678_9_2345678_A_2345678_B_2345678_C_234567890 = def
