mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
mark 10000000000000000000 as UL
This commit is contained in:
@@ -128,7 +128,7 @@ typedef struct {
|
|||||||
#define LINT_BASE 1000000000
|
#define LINT_BASE 1000000000
|
||||||
#define LINT_BASE_LOG 9
|
#define LINT_BASE_LOG 9
|
||||||
#elif __WORDSIZE == 64
|
#elif __WORDSIZE == 64
|
||||||
#define LINT_BASE 10000000000000000000
|
#define LINT_BASE 10000000000000000000UL
|
||||||
#define LINT_BASE_LOG 19
|
#define LINT_BASE_LOG 19
|
||||||
#else
|
#else
|
||||||
#error "Platforms with the current __WORDSIZE are not supported yet"
|
#error "Platforms with the current __WORDSIZE are not supported yet"
|
||||||
|
|||||||
Reference in New Issue
Block a user