projects
/
xar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d3be7
)
Don't forget UL for ULONG_MAX
author
Robert Pengelly
<robertapengelly@hotmail.com>
Tue, 19 Aug 2025 05:04:45 +0000
(06:04 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Tue, 19 Aug 2025 05:04:45 +0000
(06:04 +0100)
stdint.h
patch
|
blob
|
history
diff --git
a/stdint.h
b/stdint.h
index 5163ae36a3a85fc82fd1872dcab8ba87fff82bbb..22fe59900ff374399259a092ade6a0efed7ca615 100644
(file)
--- a/
stdint.h
+++ b/
stdint.h
@@
-20,7
+20,7
@@
typedef signed int int32_t;
typedef unsigned int uint32_t;
#endif
-#if ULONG_MAX == 4294967295 && !defined (NO_LONG_LONG)
+#if ULONG_MAX == 4294967295
UL
&& !defined (NO_LONG_LONG)
typedef signed long long int64_t;
typedef signed long long uint64_t;
#else