CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/06/11 14:34:25
Modified files:
lang/gpc : Makefile
Added files:
lang/gpc/patches: patch-gcc_p_typecheck_c
patch-libcpp_directives_c
patch-libcpp_include_cpp-id-data_h
patch-libcpp_lex_c patch-libcpp_macro_c
Log message:
lang/gpc: build fixes for llvm22
This hack in the GCC 4.2.4 code base
#define U (const unsigned char *) /* Intended use: U"string" */
clashes with the more recent syntax for string literals of type
char32_t[]. Pick an unobtrusive fix from GCC 4.4 and replace U
with UC.