tccpp: tcc_warning("extra tokens after directive")
commit08a4c52de39b202f02d1ec525c64336d11ad9ccf
authorgrischka <grischka>
Fri, 22 Mar 2024 00:02:30 +0000 (22 01:02 +0100)
committergrischka <grischka>
Tue, 11 Jun 2024 12:42:56 +0000 (11 14:42 +0200)
tree50627540fb23c66af8173ec834d41ea8ce4fe5ee
parent6b78e561c8bf312fefdb4fda692494edd5da01ea
tccpp: tcc_warning("extra tokens after directive")

with stuff like
    #endif int x;
Also fix
    /* */ #else
Also:
- search_cached_include(): search for file->true_filename
- tccasm.c: avoid crash with .file
tcc.h
tccasm.c
tccdbg.c
tccgen.c
tccpp.c