Index: /trunk/ccl/lisp-kernel/ppc-exceptions.c
===================================================================
--- /trunk/ccl/lisp-kernel/ppc-exceptions.c	(revision 6387)
+++ /trunk/ccl/lisp-kernel/ppc-exceptions.c	(revision 6388)
@@ -1734,7 +1734,9 @@
   int old_valence;
 
+#ifdef DARWIN
   if (running_under_rosetta) {
     fprintf(stderr, "signal handler: signal = %d, pc = 0x%08x\n", signum, xpPC(context));
   }
+#endif
   if (!use_mach_exception_handling) {
     
