projects
/
sasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
197b052
)
stdint.h fix for macOS
author
Robert Pengelly
<robertapengelly@hotmail.com>
Thu, 4 Sep 2025 11:52:56 +0000
(12:52 +0100)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Thu, 4 Sep 2025 11:52:56 +0000
(12:52 +0100)
stdint.h
patch
|
blob
|
history
diff --git
a/stdint.h
b/stdint.h
index 07b51ccd550deba82ee577856313ae1df05b2926..75072de385f250f7c3ecd59d7657994563c98da8 100644
(file)
--- a/
stdint.h
+++ b/
stdint.h
@@
-3,9
+3,11
@@
*****************************************************************************/
#ifndef _STDINT_H_INCLUDED
#ifndef _STDINT_H
+#ifndef _STDINT_H_
#define _STDINT_H_INCLUDED
#define _STDINT_H
+#define _STDINT_H_
#include <limits.h>
@@
-17,6
+19,7
@@
typedef signed long long int64_t;
typedef unsigned long long uint64_t;
#endif
+endif /* _STDINT_H_ */
#endif /* _STDINT_H */
#endif /* _STDINT_H_INCLUDED */