/*
- * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_END@
*/
-/* Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved */
-
+/*
+ * Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved
+ */
#ifndef _MACHINE_SETJMP_H_
#define _MACHINE_SETJMP_H_
-
-#if defined (__ppc__) || defined (__ppc64__)
-#include "ppc/setjmp.h"
-#elif defined (__i386__) || defined(__x86_64__)
+#if defined (__i386__) || defined(__x86_64__)
#include "i386/setjmp.h"
#else
#error architecture not supported
#endif
-
#endif /* _MACHINE_SETJMP_H_ */