Module Name:    xsrc
Committed By:   mrg
Date:           Tue Apr 27 02:11:31 UTC 2021

Modified Files:
        xsrc/external/mit/xterm/include: xtermcfg.h

Log Message:
fix the value of STDC_NORETURN


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 xsrc/external/mit/xterm/include/xtermcfg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/xterm/include/xtermcfg.h
diff -u xsrc/external/mit/xterm/include/xtermcfg.h:1.16 xsrc/external/mit/xterm/include/xtermcfg.h:1.17
--- xsrc/external/mit/xterm/include/xtermcfg.h:1.16	Tue Apr 27 01:58:18 2021
+++ xsrc/external/mit/xterm/include/xtermcfg.h	Tue Apr 27 02:11:31 2021
@@ -200,7 +200,7 @@
 /* #undef PROCFS_ROOT */		/* CF_ARG_ENABLE(exec-xterm) */
 #define SCROLLBAR_RIGHT 1		/* CF_ARG_ENABLE(rightbar) */
 #define SIG_ATOMIC_T volatile sig_atomic_t		/* CF_SIG_ATOMIC_T */
-#define STDC_NORETURN 1			/* CF_C11_NORETURN */
+#define STDC_NORETURN _Noreturn			/* CF_C11_NORETURN */
 /* #undef SVR4 */			/* CF_SVR4, imake */
 /* #undef SYSV */			/* CF_SYSV, imake */
 #define TIME_WITH_SYS_TIME 1	/* AC_HEADER_TIME */

Reply via email to