mirror of
https://github.com/byteworksinc/ORCA-C.git
synced 2025-01-02 19:29:21 +00:00
Make MB_CUR_MAX have type size_t, as C99 and later require.
This commit is contained in:
parent
d5f1987dc4
commit
bb51e77193
@ -25,7 +25,7 @@ typedef unsigned long size_t;
|
||||
#define RAND_MAX 32767
|
||||
#define EXIT_FAILURE (-1)
|
||||
#define EXIT_SUCCESS 0
|
||||
#define MB_CUR_MAX 1
|
||||
#define MB_CUR_MAX 1UL
|
||||
|
||||
typedef struct {int quot,rem;} div_t;
|
||||
typedef struct {long quot,rem;} ldiv_t;
|
||||
|
Loading…
Reference in New Issue
Block a user