]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/machine/setjmp.h
xnu-792.24.17.tar.gz
[apple/xnu.git] / bsd / machine / setjmp.h
index c39a8ea779ae944788df7ad37112bee75d0725a9..c4bbf5dec554f2faffb88d375a4a16aef87df063 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2004 Apple Computer, Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  * 
  * @APPLE_LICENSE_HEADER_END@
  */
 /* Copyright (c) 1995 NeXT Computer, Inc. All Rights Reserved */
-/*
- * The NEXTSTEP Software License Agreement specifies the terms
- * and conditions for redistribution.
- *
- */
 
 #ifndef        _MACHINE_SETJMP_H_
 #define        _MACHINE_SETJMP_H_
 
 
-#if defined (__ppc__)
+#if defined (__ppc__) || defined (__ppc64__)
 #include "ppc/setjmp.h"
 #elif defined (__i386__)
 #include "i386/setjmp.h"