Merge pull request #760 from BonsaiYi/error

Code style: removed unneeded double-quotes
This commit is contained in:
Eric Hawicz
2022-03-23 00:14:36 -04:00
committed by GitHub

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