diff options
author | Michael Forney <mforney@mforney.org> | 2019-07-02 22:57:20 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-07-02 22:57:20 -0700 |
commit | 94ff44d9f3df0ce081bd66c5ebebee660608342b (patch) | |
tree | 67ae25c66f105e120aee3f78bbde30d017309fef | |
parent | 571613ee81cdf8adc002a9aa15a35dbfd0ae3ac8 (diff) | |
download | cproc-94ff44d9f3df0ce081bd66c5ebebee660608342b.tar.xz |
README: Wide character constants are implemented
-rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |