diff options
author | Drew DeVault <sir@cmpwn.com> | 2023-01-31 19:33:47 +0100 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2024-04-19 20:30:01 -0700 |
commit | 0c1f837141457574bd71ef0d761613ba6a941380 (patch) | |
tree | 78877e94444d1e26d4c4d9e9448e4c1508db0697 /README.md | |
parent | d345c729b2418f5f536e7fc401047a9a473bdf01 (diff) |
implement _Thread_local storage class
Implements: https://todo.sr.ht/~mcf/cproc/8
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -80,7 +80,6 @@ specified in `config.h`. - Digraph sequences ([6.4.6p3], will not be implemented). - Variable-length arrays ([#1]). - `volatile`-qualified types ([#7]). -- `_Thread_local` storage-class specifier ([#5]). - `long double` type ([#3]). - Inline assembly ([#5]). - Preprocessor ([#6]). |