projects
/
pdclib.old
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad69556
)
[gandr] s/__lp64__/__LP64__/ to match GCC define
master
author
Owen Shepherd
<owen.shepherd@e43.eu>
Mon, 24 Nov 2014 22:32:19 +0000
(22:32 +0000)
committer
Owen Shepherd
<owen.shepherd@e43.eu>
Mon, 24 Nov 2014 22:32:19 +0000
(22:32 +0000)
platform/gandr/includes/_PDCLIB_config.h
patch
|
blob
|
history
diff --git
a/platform/gandr/includes/_PDCLIB_config.h
b/platform/gandr/includes/_PDCLIB_config.h
index 98727c820cb5b0c6950d808679387dcffbefff7e..b21186c20068760a5e882fa44749efb43187ba76 100644
(file)
--- a/
platform/gandr/includes/_PDCLIB_config.h
+++ b/
platform/gandr/includes/_PDCLIB_config.h
@@
-31,7
+31,7
@@
/* compiler manuals. */
#define _PDCLIB_SHRT_BYTES 2
#define _PDCLIB_INT_BYTES 4
-#if defined(__
lp
64__)
+#if defined(__
LP
64__)
#define _PDCLIB_LONG_BYTES 8
#else
#define _PDCLIB_LONG_BYTES 4