diff options
author | Aki <please@ignore.pl> | 2024-07-19 23:59:00 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-07-19 23:59:00 +0200 |
commit | 2f8c80182b43042b63a94b9226cb1966217d4a0f (patch) | |
tree | e250550d96869400e7d3a1a2a1eb372649f491bd /db/c.lua | |
parent | 87c8a5e8955a57e6365adb4aa64575308b17c47d (diff) | |
download | headers-2f8c80182b43042b63a94b9226cb1966217d4a0f.zip headers-2f8c80182b43042b63a94b9226cb1966217d4a0f.tar.gz headers-2f8c80182b43042b63a94b9226cb1966217d4a0f.tar.bz2 |
stdnoreturn is only deprecated, no need to keep it like this
Diffstat (limited to 'db/c.lua')
-rw-r--r-- | db/c.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ headers "C17" { } headers "C23" { include "C17", - -- remove "stdnoreturn.h", -- deprecated "stdbit.h", "stdckdint.h", } |