Skip to content
Snippets Groups Projects
Commit e93129b1 authored by Paul Sajna's avatar Paul Sajna
Browse files

Change LONG_BIT definition, fixes #148

parent f3ba7e8d
No related branches found
No related tags found
1 merge request!198Change LONG_BIT definition, fixes #148
Pipeline #3075 passed with warnings
......@@ -14,7 +14,7 @@
#define INT_MIN (-INT_MAX - 1)
#define LLONG_MAX __LONG_LONG_MAX__
#define LLONG_MIN (-LLONG_MAX - 1)
#define LONG_BIT __LONG_BIT__
#define LONG_BIT __LONG_WIDTH__
#define LONG_MAX __LONG_MAX__
#define LONG_MIN (-LONG_MAX - 1)
#define SCHAR_MAX __SCHAR_MAX__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment