diff options
Diffstat (limited to 'include/u8c/unimax.h')
-rw-r--r-- | include/u8c/unimax.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/u8c/unimax.h b/include/u8c/unimax.h index 10c8be6..5baa4de 100644 --- a/include/u8c/unimax.h +++ b/include/u8c/unimax.h @@ -14,7 +14,8 @@ If not, see <https://www.gnu.org/licenses/>. */ /* Unicode maximum */ -# if !defined(u8c_unimax) +# if !defined(u8c_sym_unimax) +# define u8c_sym_unimax # include <stdint.h> # include <uchar.h> # define u8c_unimax ((char32_t)UINT32_C(0x10FFFF)) |