1
0
mirror of https://github.com/cc65/cc65.git synced 2025-02-11 00:31:06 +00:00
Jesse Rosenstock 3df6c383c0 Add support for static_assert
Add C11's _Static_assert and static_assert macro.

This is like #error, but is handled at a later stage
of translation, so it is possible to check sizes of
types, values of enums, etc.

https://en.cppreference.com/w/c/language/_Static_assert
https://port70.net/~nsz/c/c11/n1570.html#6.7.10
2020-07-30 19:17:11 +02:00
..
2020-07-12 23:11:43 +02:00
2018-10-16 09:45:30 +02:00
2019-04-25 15:19:53 +02:00
2020-07-21 19:24:39 +02:00
2020-07-09 15:57:51 +02:00
2020-07-12 23:11:43 +02:00
2020-07-12 23:11:43 +02:00
2020-07-12 23:11:43 +02:00
2020-07-12 23:11:43 +02:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2020-07-09 16:05:57 +02:00
2020-07-09 16:05:57 +02:00
2020-07-09 16:05:57 +02:00
2020-07-09 16:05:57 +02:00
2020-07-21 19:24:39 +02:00
2017-04-04 15:52:01 +02:00
2017-04-04 15:52:37 +02:00
2017-04-04 15:53:14 +02:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2019-02-12 22:50:49 +01:00
2020-07-22 15:52:04 +02:00
2020-07-22 00:21:23 +02:00
2020-07-30 19:17:11 +02:00
2018-08-02 15:45:57 +02:00
2017-04-07 09:26:58 -04:00