From b025f77a61c9c1b48e2120b4a38abe6b7f2c89bb Mon Sep 17 00:00:00 2001 From: Wodan58 Date: Tue, 7 Nov 2023 11:05:57 +0100 Subject: [PATCH] Setsize calculated --- globals.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/globals.h b/globals.h index 41ebda7..39c122c 100644 --- a/globals.h +++ b/globals.h @@ -1,7 +1,7 @@ /* FILE: globals.h */ /* * module : globals.h - * version : 1.79 + * version : 1.80 * date : 11/07/23 */ #ifndef GLOBALS_H @@ -54,8 +54,8 @@ #define INIUNDEFERROR 0 /* installation dependent */ -#define SETSIZE (CHAR_BIT * sizeof(uint64_t)) /* from limits.h */ -#define MAXINT INT64_MAX /* from stdint.h */ +#define SETSIZE (int)(CHAR_BIT * sizeof(uint64_t)) /* from limits.h */ +#define MAXINT INT64_MAX /* from stdint.h */ /* symbols from getsym */ #define ILLEGAL_ 0