Remove single quote from #error line. Fixes issue #761

This commit is contained in:
Eric Haszlakiewicz
2022-03-25 01:11:52 +00:00
parent a1c092bd7b
commit e244146dfd

View File

@@ -38,7 +38,7 @@
#define is_plain_digit(c) ((c) >= '0' && (c) <= '9')
#if SIZEOF_LONG_LONG != SIZEOF_INT64_T
#error The long long type isn't 64-bits
#error The long long type is not 64-bits
#endif
#ifndef SSIZE_T_MAX