Browse Source

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

tags/json-c-0.16-20220414
Eric Haszlakiewicz 3 years ago
parent
commit
e244146dfd
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      json_object.c

+ 1
- 1
json_object.c 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


Loading…
Cancel
Save