PP_NUM in ASM mode
commit78e4ee55b7243e856ad4257bd44564fd6a95bf91
authorseyko <seyko2@gmail.com>
Wed, 4 May 2016 13:54:40 +0000 (4 16:54 +0300)
committerseyko <seyko2@gmail.com>
Wed, 4 May 2016 13:54:40 +0000 (4 16:54 +0300)
tree00bf4b4208a1798998ab8a16b3bfc98e481b155a
parent78ee3759b8215da7bacd8a2a9c4e7cfd0af3a0aa
PP_NUM in ASM mode

        oxe+1 is parsed as 0xe +1 if (parse_flags & PARSE_FLAG_ASM_FILE)
        Helps to compile a code:
        __asm__("mov $0xe" "+1", "%eax\n")
tccpp.c