tccpp : get rid of 'ch'
commit20a1ebf8544c9be86e0f22a760b7bbb907f923e1
authorgrischka <grischka>
Thu, 18 Aug 2022 08:43:28 +0000 (18 10:43 +0200)
committergrischka <grischka>
Thu, 18 Aug 2022 09:34:36 +0000 (18 11:34 +0200)
treeb74fb93b027c461509353390ef2d7a921684cb4e
parent85c32ddd0bf465b34d8087002f409dda8ca58c00
tccpp : get rid of 'ch'

- also simplify parse(_line)_comment() and parse_pp_string()
- fixes a continuation problem in strings (see tcctest.c)
- no differences in performance could be observed

161 insertions(+), 246 deletions(-), less 85 lines
tcc.h
tccgen.c
tccpp.c
tests/tcctest.c
tests/tests2/60_errors_and_warnings.c
tests/tests2/60_errors_and_warnings.expect