Fix parsing of .s files
commit40671f76e4ed685bb1ad774df0ac52715f81ee71
authorMichael Matz <matz@suse.de>
Mon, 6 Jul 2020 16:12:35 +0000 (6 18:12 +0200)
committerMichael Matz <matz@suse.de>
Mon, 6 Jul 2020 16:12:35 +0000 (6 18:12 +0200)
treeeca3d38d9c6268b21151e789076f1cbc697cef08
parentde06193d88f542a1357c71e5cb5549bc3469f884
Fix parsing of .s files

those aren't preprocessed, but our use of a fake file in
preprocess_start requires inline stack processing (which isn't done
without preprocessing).  Just don't try to setup anything requiring
preprocessing at all in this case.
libtcc.c
tcc.h
tccpp.c