Update of /cvsroot/ecls/ecl/src/c
In directory vz-cvs-4.sog:/tmp/cvs-serv19578/src/c
Modified Files:
unixint.d
Log Message:
Fixed typo in unixint.d
Index: unixint.d
===================================================================
RCS file: /cvsroot/ecls/ecl/src/c/unixint.d,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -d -r1.141 -r1.142
*** unixint.d 9 May 2012 21:16:17 -0000 1.141
--- unixint.d 9 May 2012 21:17:12 -0000 1.142
***************
*** 506,510 ****
int code, old_errno = errno;
cl_env_ptr the_env;
! reinstall_signal(sig, fpe_interrupt_handler);
/* The lisp environment might not be installed. */
unlikely_if (!ecl_option_values[ECL_OPT_BOOTED]) {
--- 506,510 ----
int code, old_errno = errno;
cl_env_ptr the_env;
! reinstall_signal(sig, fpe_signal_handler);
/* The lisp environment might not be installed. */
unlikely_if (!ecl_option_values[ECL_OPT_BOOTED]) {
|