Files
tinycc/tests
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-12-22 11:06:19 +01:00
2020-12-16 17:52:59 +01:00
2020-12-22 07:02:47 +01:00
2017-09-24 18:03:26 -07:00
2020-12-16 17:52:59 +01:00
2020-12-16 17:52:59 +01:00
2017-12-03 04:53:50 +01:00
2020-09-17 09:11:10 +02:00
2020-07-05 14:01:50 +02:00
2020-12-19 20:55:52 +01:00
2020-12-07 08:27:10 +01:00
2016-12-15 17:47:08 +01:00
2016-10-01 20:27:41 +02:00