code: plan9front

Download patch

ref: 655d7e26e72a486b783820fe161a7a06eaa92078
parent: f40225e86cf4b92cab975d9121ff06ed5cfe9d91
author: Jacob Moody <moody@posixcafe.org>
date: Fri Mar 17 12:46:14 EDT 2023

cc: NORET -> _Noreturn

The committee has spoken

--- a/sys/src/cmd/cc/lex.c
+++ b/sys/src/cmd/cc/lex.c
@@ -1209,7 +1209,7 @@
 	"inline",	LINLINE,	0,
 	"int",		LINT,		TINT,
 	"long",		LLONG,		TLONG,
-	"NORET",	LNORET,		0,
+	"_Noreturn",	LNORET,		0,
 	"register",	LREGISTER,	0,
 	"restrict",	LRESTRICT,	0,
 	"return",	LRETURN,	0,