aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-07-02 22:57:20 -0700
committerMichael Forney <mforney@mforney.org>2019-07-02 22:57:20 -0700
commit94ff44d9f3df0ce081bd66c5ebebee660608342b (patch)
tree67ae25c66f105e120aee3f78bbde30d017309fef
parent571613ee81cdf8adc002a9aa15a35dbfd0ae3ac8 (diff)
downloadcproc-94ff44d9f3df0ce081bd66c5ebebee660608342b.tar.xz
README: Wide character constants are implemented
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 144c2ae..ef276b6 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ specified in `config.h`.
- Digraph and trigraph sequences ([6.4.6p3] and [5.2.1.1], will not
be implemented).
-- Wide string literals and character constants ([#35] and [#36]).
+- Wide string literals ([#35]).
- Variable-length arrays ([#1]).
- `volatile`-qualified types ([#7]).
- `_Thread_local` storage-class specifier ([#5]).
@@ -126,6 +126,5 @@ be created, which will then become the preferred form of contribution.
[#6]: https://todo.sr.ht/~mcf/cc-issues/6
[#7]: https://todo.sr.ht/~mcf/cc-issues/7
[#35]: https://todo.sr.ht/~mcf/cc-issues/35
-[#36]: https://todo.sr.ht/~mcf/cc-issues/36
[#44]: https://todo.sr.ht/~mcf/cc-issues/44
[GitHub mirror]: https://github.com/michaelforney/cc