/[guile]/guile/guile-core/libguile/scmsigs.c
ViewVC logotype

Diff of /guile/guile-core/libguile/scmsigs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by mvo, Sat Oct 5 13:06:58 2002 UTC revision 1.72 by mvo, Thu Oct 10 18:11:06 2002 UTC
# Line 273  SCM_DEFINE (scm_sigaction_for_thread, "s Line 273  SCM_DEFINE (scm_sigaction_for_thread, "s
273        if (orig_handlers[csig] == SIG_ERR)        if (orig_handlers[csig] == SIG_ERR)
274          save_handler = 1;          save_handler = 1;
275  #endif  #endif
       handler = close_1 (handler, signum);  
276        SCM_VECTOR_SET (*signal_handlers, csig, handler);        SCM_VECTOR_SET (*signal_handlers, csig, handler);
277        SCM_VECTOR_SET (signal_handler_cells, csig,        SCM_VECTOR_SET (signal_handler_cells, csig,
278                        scm_cons (handler, SCM_BOOL_F));                        scm_cons (close_1 (handler, signum), SCM_BOOL_F));
279        SCM_VECTOR_SET (signal_handler_threads, csig, thread);        SCM_VECTOR_SET (signal_handler_threads, csig, thread);
280      }      }
281    

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26