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

Commit

Permalink
Mention that we define __STDC__
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 authored and Joshua Nelson committed Feb 26, 2020
1 parent dff1516 commit 5892ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
See https://github.com/jyn514/rcc/issues/5 for a full list, including directives that aren't implemented.
- The `-E` option is also implemented. However, it doesn't include any newlines, so it's a little hard to read.
- Hex and octal character escapes (`'\x01'`). The null character escape is no longer special cased and is simply an octal escape.
- Added predefined macros for the host architecture and OS
- Added predefined macros for the host architecture and OS, as well as a few `__STDC*__` defines.
- Static data is now stored using `.bss` where possible. This avoids crashes on `int a[0xffffffff];`

### Changed
Expand Down

0 comments on commit 5892ab1

Please sign in to comment.