Files
tinycc/include
grischka 48df89e10e stdatomics: tidy & cleanup
- remove any error messages that were just for debugging the
  templates really
- don't use c99 in tcc (array designators etc.)
- remove memory model type (cannot be an own type really)
  and move memory model defines from built-in to stdatomics.h
- apply normal casts to non-pointer atomic_function arguments
- tidy the library support
- add some tests for errors/warnings

Also:
- Makefile: move GIT_HASH stuff from CFLAGS to DEFINES and into
  main section (away from what is included by tests for example)
- tccelf.c/tccgen.c: avoid some warnings with newer GCC
2021-04-09 10:47:35 +02:00
..
2020-07-16 07:59:34 +02:00
2019-09-08 15:04:06 +03:00
2021-04-09 10:47:35 +02:00
2014-04-07 00:30:31 +02:00
2021-04-09 10:47:35 +02:00
2009-07-18 22:06:37 +02:00