Code style removed unneeded double-quotes

this way, it complies with the other #error usages
This commit is contained in:
BonsaY
2022-03-21 21:10:45 +01:00
parent 79459b2de2
commit 716978f20d

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 isn't 64-bits
#endif
#ifndef SSIZE_T_MAX