diff options
| author | grischka <grischka> | 2016-10-01 20:26:50 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-10-01 20:26:50 +0200 |
| commit | 766ba3694dae5b3d2dfbb5c75c4ebf7069a7ce1f (patch) | |
| tree | 3d056aae41bd651b5c04ba13a5566d03598c477f /libtcc.c | |
| parent | eacdc426d76a88aa9b6efc698106d3f36a774905 (diff) | |
| download | tinycc-766ba3694dae5b3d2dfbb5c75c4ebf7069a7ce1f.tar.gz tinycc-766ba3694dae5b3d2dfbb5c75c4ebf7069a7ce1f.tar.bz2 | |
tccpp: cleanup
- "utf8 in identifiers"
from 936819a1b90f2618bb3f86730189cf2895948ba0
- CValue: remove member str.data_allocated
- make tiny allocator private to tccpp
- allocate macro_stack objects on heap
because otherwise it could crash after error/setjmp
in preprocess_delete():end_macro()
- mov "TinyAlloc" defs to tccpp.c
- define_push: take int* str again
Diffstat (limited to 'libtcc.c')
| -rw-r--r-- | libtcc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2199,8 +2199,6 @@ PUB_FUNC int tcc_parse_args(TCCState *s, int argc, char **argv) s->dflag = 3; else if (*optarg == 'M') s->dflag = 7; - else if (*optarg == 'b') - s->dflag = 8; else goto unsupported_option; break; |
