mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
512b1fa46d
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.