Files
tinycc/lib
grischka 9f6b65230a include/tccdefs.h: moved and use it
tcc_define_symbol(): now only for -D on command line
include/tccdefs.h: converted to strings and compiled into
the tcc executable.  Can be disabled with
    ./configure --config-predefs=no
In this case include/tccdefs.h is loaded at runtime.  This is
default for other build-methods (build-tcc.bat) also (to avoid
some complexity).

Also:
- lib/Makefile: fix typo
- tcc.h : avoid _strto(u)i64 (for TCC on WIN98/2K)
- tccpp.h:cstr_printf() : workaround incompatible vsnprintf's
  (generally faster too)
2020-12-22 11:06:19 +01:00
..
2020-07-06 13:00:47 +02:00
2020-07-06 13:00:47 +02:00
2020-10-01 17:09:09 +02:00
2020-07-06 13:00:47 +02:00
2020-12-18 15:24:32 +01:00
2020-07-06 13:00:47 +02:00
2020-09-17 08:22:53 +02:00
2020-07-06 13:00:47 +02:00
2019-06-22 01:38:43 +02:00
2020-06-18 07:21:48 +02:00
2020-06-18 07:21:48 +02:00
2020-09-17 20:25:31 +02:00
2020-12-22 11:06:19 +01:00
2020-09-17 08:42:28 +02:00