]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/_limits.h
xnu-3248.60.10.tar.gz
[apple/xnu.git] / bsd / machine / _limits.h
index 9f8db80c681511fe9b331f8ef565b38ebcdfadfa..c1d8abd07d273b3e76a0c517635b222101bd8656 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2004-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -28,9 +28,7 @@
 #ifndef _BSD_MACHINE__LIMITS_H_
 #define _BSD_MACHINE__LIMITS_H_
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "ppc/_limits.h"
-#elif defined (__i386__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "i386/_limits.h"
 #else
 #error architecture not supported