Skip to content

Commit

Permalink
Setsize calculated
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodan58 committed Nov 7, 2023
1 parent 201ef61 commit b025f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions globals.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* FILE: globals.h */
/*
* module : globals.h
* version : 1.79
* version : 1.80
* date : 11/07/23
*/
#ifndef GLOBALS_H
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b025f77

Please sign in to comment.