diff options
| author | grischka <grischka> | 2017-09-24 18:57:48 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2017-09-24 18:57:48 +0200 |
| commit | 1443039416dd02750765efde1af35e31c8d41be3 (patch) | |
| tree | 4e1eed95126f8948b1af1425c418ff9343d33d5f /win32/include/_mingw.h | |
| parent | 870271ea071971002fa556e09e1873db316fa1a9 (diff) | |
| download | tinycc-1443039416dd02750765efde1af35e31c8d41be3.tar.gz tinycc-1443039416dd02750765efde1af35e31c8d41be3.tar.bz2 | |
'long' review
add some features for more complete 'long' support
tcc.h:
- use LONG_SIZE=4/8 instead of TCC_LONG_ARE_64_BIT
tccgen.c:
- add ptrdiff_type, update size_type
- support shift and ?: operations
- support long enum types
- display 'long' from type_to_str
- nwchar_t is unsigned short on windows
- unrelated: use memcpy in init_putv for long doubles to avoid
random bytes in the image (if tcc was compiled by gcc) for
diff purposes.
tccpp.c:
- make parse_number return correct types
- improve multi-character-constants 'XX' 'abcd'
Changelog:
- update
Diffstat (limited to 'win32/include/_mingw.h')
0 files changed, 0 insertions, 0 deletions
