Module Name: xsrc Committed By: mrg Date: Thu Jul 11 08:08:48 UTC 2019
Modified Files: xsrc/external/mit/xterm/dist: misc.c xterm.h xsrc/external/mit/xterm/include: xtermcfg.h Log Message: update for libXt 1.2.0 const/noreturnification: - define GCC_* as supported by all our compilers - mark xt_error as noreturn - clear the error handler with XtSetErrorHandler(NULL) vs ((XtErrorHandler) 0) which avoids missing noreturn issue To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 xsrc/external/mit/xterm/dist/misc.c cvs rdiff -u -r1.1.1.14 -r1.2 xsrc/external/mit/xterm/dist/xterm.h cvs rdiff -u -r1.12 -r1.13 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.