[Openmcl-cvs-notifications] r13770 - /trunk/source/lisp-kernel/lisp-debug.c

palter at clozure.com palter at clozure.com
Tue Jun 1 22:39:11 UTC 2010


Author: palter
Date: Tue Jun  1 16:39:11 2010
New Revision: 13770

Log:
Not on Windows

Modified:
    trunk/source/lisp-kernel/lisp-debug.c

Modified: trunk/source/lisp-kernel/lisp-debug.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/source/lisp-kernel/lisp-debug.c (original)
+++ trunk/source/lisp-kernel/lisp-debug.c Tue Jun  1 16:39:11 2010
@@ -299,6 +299,7 @@
 	  dsisr & (1<<25) ? "Write" : "Read",
 	  dsisr & (1<<27) ? "protected" : "unmapped",
 	  addr);
+#elif defined(WINDOWS)
 #else
   fprintf(dbgout, "received signal %d; faulting address: %p\n",
 	  info->si_signo, info->si_addr);



More information about the Openmcl-cvs-notifications mailing list