Releases: oriansj/M2-Planet
Releases · oriansj/M2-Planet
M2-Planet 1.11.0
Added
Added support for #warning
.
Added global structs (and .
operator).
Added local structs.
Added (u)int8_t
, (u)int16_t
and (u)int32_t
.
Properly remove blocks that are not used (e.g. after #if 0
).
Changed
Updated M2libc dependency.
Fixed
Fixed doubly indirect structs.
Fixed a few segfaults.
Fixed macro expressions with )
.
Add sufficient padding when assigning global constants on 64-bit architectures.
Fix structs greater than 512bytes in size on armv7l.