summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-07-19 23:59:00 +0200
committerAki <please@ignore.pl>2024-07-19 23:59:00 +0200
commit2f8c80182b43042b63a94b9226cb1966217d4a0f (patch)
treee250550d96869400e7d3a1a2a1eb372649f491bd
parent87c8a5e8955a57e6365adb4aa64575308b17c47d (diff)
downloadheaders-2f8c80182b43042b63a94b9226cb1966217d4a0f.zip
headers-2f8c80182b43042b63a94b9226cb1966217d4a0f.tar.gz
headers-2f8c80182b43042b63a94b9226cb1966217d4a0f.tar.bz2
stdnoreturn is only deprecated, no need to keep it like this
-rw-r--r--db/c.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/c.lua b/db/c.lua
index c2d10e5..551cc0c 100644
--- a/db/c.lua
+++ b/db/c.lua
@@ -50,7 +50,6 @@ headers "C17" {
}
headers "C23" {
include "C17",
- -- remove "stdnoreturn.h", -- deprecated
"stdbit.h",
"stdckdint.h",
}