aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2024-04-15 01:22:45 -0700
committerMichael Forney <mforney@mforney.org>2024-04-15 01:24:32 -0700
commitb4f694975cd616d9315ac9f0cbcb747b0c1d2c0a (patch)
tree9386391480bb22fba8e6d7792327ad18a440ee71
parent5f402dadeebe61d82bc809d2017cae46af2cd131 (diff)
README: Remove mention of trigraphs (they were removed in C23)
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 30c29d3..f1a1fd1 100644
--- a/README.md
+++ b/README.md
@@ -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]).