aboutsummaryrefslogtreecommitdiffhomepage
path: root/keywords.def
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-10-12 10:06:06 +0200
committerlemon <lsof@mailbox.org>2025-10-12 10:06:06 +0200
commit3048a0b59baae16727d0c259353ff4be1ae559b4 (patch)
tree0886daf069691a4d673852c56727c7b20194d9e7 /keywords.def
parent097d8a16c4ccdf6405c094db6c5fa3de7943464c (diff)
typeof
Diffstat (limited to 'keywords.def')
-rw-r--r--keywords.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/keywords.def b/keywords.def
index e0bb92f..258a396 100644
--- a/keywords.def
+++ b/keywords.def
@@ -13,6 +13,7 @@ _(_Imaginary, STDC99)
_(_Noreturn, STDC11)
_(_Static_assert, STDC11)
_(_Thread_local, STDC11)
+_(__typeof__, 0)
_(alignas, STDC23)
_(alignof, STDC23)
_(auto, 0)