projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b6bd43
)
libbase: define intptr_t.
author
whitequark
<whitequark@whitequark.org>
Thu, 30 Jul 2015 07:55:12 +0000
(10:55 +0300)
committer
whitequark
<whitequark@whitequark.org>
Thu, 30 Jul 2015 07:55:12 +0000
(10:55 +0300)
software/include/base/stdint.h
patch
|
blob
|
history
diff --git
a/software/include/base/stdint.h
b/software/include/base/stdint.h
index fadee90e7f6a6c60efc2378c24a900579645b755..90332e394299f3c02ff31f7cb8bf914909545b14 100644
(file)
--- a/
software/include/base/stdint.h
+++ b/
software/include/base/stdint.h
@@
-5,6
+5,7
@@
extern "C" {
#endif
+typedef int intptr_t;
typedef unsigned int uintptr_t;
typedef unsigned long long uint64_t;