[Openmcl-cvs-notifications] r13976 - /trunk/source/lisp-kernel/ppc-exceptions.c
gb at clozure.com
gb at clozure.com
Sat Jul 17 06:09:25 CDT 2010
Author: gb
Date: Sat Jul 17 06:09:25 2010
New Revision: 13976
Log:
Spell "true" with an "e".
Modified:
trunk/source/lisp-kernel/ppc-exceptions.c
Modified: trunk/source/lisp-kernel/ppc-exceptions.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/ppc-exceptions.c (original)
+++ trunk/source/lisp-kernel/ppc-exceptions.c Sat Jul 17 06:09:25 2010
@@ -2298,7 +2298,7 @@
thread_kill_signal =3D SIG_KILL_THREAD;
=
install_signal_handler(thread_suspend_signal, (void *) suspend_resume_ha=
ndler, true);
- install_signal_handler(thread_kill_signal, (void *)thread_kill_handler, =
tru);
+ install_signal_handler(thread_kill_signal, (void *)thread_kill_handler, =
true);
}
=
=
More information about the Openmcl-cvs-notifications
mailing list