mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
only use ape/limits.h on plan9
This commit is contained in:
parent
2b8380323d
commit
9e4eb03fb4
1 changed files with 4 additions and 0 deletions
|
@ -262,7 +262,11 @@ typedef uint32_t sexp_uint32_t;
|
|||
typedef int32_t sexp_int32_t;
|
||||
# endif
|
||||
#else
|
||||
# ifdef PLAN9
|
||||
# include <ape/limits.h>
|
||||
# else
|
||||
# include <limits.h>
|
||||
# endif
|
||||
# if UCHAR_MAX == 255
|
||||
# define SEXP_UINT8_DEFINED 1
|
||||
typedef unsigned char sexp_uint8_t;
|
||||
|
|
Loading…
Add table
Reference in a new issue