Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit 5892ab1

Browse files
jyn514Joshua Nelson
authored andcommitted
Mention that we define __STDC__
1 parent dff1516 commit 5892ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
See https://github.com/jyn514/rcc/issues/5 for a full list, including directives that aren't implemented.
1616
- The `-E` option is also implemented. However, it doesn't include any newlines, so it's a little hard to read.
1717
- Hex and octal character escapes (`'\x01'`). The null character escape is no longer special cased and is simply an octal escape.
18-
- Added predefined macros for the host architecture and OS
18+
- Added predefined macros for the host architecture and OS, as well as a few `__STDC*__` defines.
1919
- Static data is now stored using `.bss` where possible. This avoids crashes on `int a[0xffffffff];`
2020

2121
### Changed

0 commit comments

Comments
 (0)