projects
/
sasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4902473
)
Another check for macOS
author
Robert Pengelly
<robertapengelly@hotmail.com>
Thu, 4 Sep 2025 12:06:03 +0000
(13:06 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Thu, 4 Sep 2025 12:06:03 +0000
(13:06 +0100)
stdint.h
patch
|
blob
|
history
diff --git
a/stdint.h
b/stdint.h
index f61e98c3bbe9df14da2150c7ead5ea2c0f1d3b0e..cd9869ee497a2b53ac22d009a5701c84f380587d 100644
(file)
--- a/
stdint.h
+++ b/
stdint.h
@@
-4,10
+4,12
@@
#ifndef _STDINT_H_INCLUDED
#ifndef _STDINT_H
#ifndef _STDINT_H_
+#ifndef _UINT64_T
#define _STDINT_H_INCLUDED
#define _STDINT_H
#define _STDINT_H_
+#define _UINT64_T
#include <limits.h>
@@
-19,6
+21,7
@@
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
#endif
+#endif /* _UINT64_T */
#endif /* _STDINT_H_ */
#endif /* _STDINT_H */
#endif /* _STDINT_H_INCLUDED */