From b4f694975cd616d9315ac9f0cbcb747b0c1d2c0a Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 15 Apr 2024 01:22:45 -0700 Subject: README: Remove mention of trigraphs (they were removed in C23) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 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]). -- cgit v1.2.3