diff options
| author | Michael Forney <mforney@mforney.org> | 2024-04-15 01:22:45 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2024-04-15 01:24:32 -0700 |
| commit | b4f694975cd616d9315ac9f0cbcb747b0c1d2c0a (patch) | |
| tree | 9386391480bb22fba8e6d7792327ad18a440ee71 | |
| parent | 5f402dadeebe61d82bc809d2017cae46af2cd131 (diff) | |
| download | cproc-b4f694975cd616d9315ac9f0cbcb747b0c1d2c0a.tar.xz | |
README: Remove mention of trigraphs (they were removed in C23)
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -77,8 +77,7 @@ specified in `config.h`. ## What's missing -- Digraph and trigraph sequences ([6.4.6p3] and [5.2.1.1], will not - be implemented). +- Digraph sequences ([6.4.6p3], will not be implemented). - Variable-length arrays ([#1]). - `volatile`-qualified types ([#7]). - `_Thread_local` storage-class specifier ([#5]). |
