Files
naddy 512b1fa46d 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.
2026-06-11 20:34:24 +00:00
..
2026-06-11 20:34:24 +00:00
2026-06-11 20:34:24 +00:00