]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/mach/machine/boolean.h
xnu-3789.1.32.tar.gz
[apple/xnu.git] / osfmk / mach / machine / boolean.h
index 455681fdc004d33001b302b947dd60e6ba8be05a..521033b72ff8afa46a5214d5db7c08a90a731ee7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -29,9 +29,7 @@
 #ifndef _MACH_MACHINE_BOOLEAN_H_
 #define _MACH_MACHINE_BOOLEAN_H_
 
-#if defined (__ppc__) || defined (__ppc64__)
-#include "mach/ppc/boolean.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
 #include "mach/i386/boolean.h"
 #else
 #error architecture not supported