summaryrefslogtreecommitdiff
path: root/include/gcc/darwin/4.2/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gcc/darwin/4.2/stdint.h')
-rw-r--r--include/gcc/darwin/4.2/stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gcc/darwin/4.2/stdint.h b/include/gcc/darwin/4.2/stdint.h
index 1126b56..261eba1 100644
--- a/include/gcc/darwin/4.2/stdint.h
+++ b/include/gcc/darwin/4.2/stdint.h
@@ -6,7 +6,7 @@
#ifndef _STDINT_H_
#define _STDINT_H_
-#if __LP64__
+#if defined(__LP64__) && __LP64__
#define __WORDSIZE 64
#else
#define __WORDSIZE 32