Files
tinycc/include
grischka ea82d0826d tccpp: cleanup target-os defines
moved target_machine defines to the <target>-gen.c files.

Also:
- c2str.c moved into conftest.c
- tccdefs.h ; defined(__TINYC__) && !defined(_LOCORE) removed
  (in tinycc __TINYC__ is always defined and _LO... is never.)
- stddef.h : too many #ifdefs, removed
- tccgen.c:stabs: support win32 long doubles aka doubles.
- win32: math.h/tcc_libm.h: fix pointer mismatch in modfl
- tccpp.c: increment include_stack_ptr after the file was
  actually found otherwise it would print
  "in file included from <itself>: file not found..."
2020-12-31 02:03:31 +01:00
..
2020-07-16 07:59:34 +02:00
2019-09-08 15:04:06 +03:00
2014-04-07 00:30:31 +02:00
2020-12-31 02:03:31 +01:00
2020-12-31 02:03:31 +01:00
2009-07-18 22:06:37 +02:00