comparison libinterp/interpfcn/sighandlers.cc @ 15624:550147454137

maint: periodic merge of stable to default
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Fri, 23 Nov 2012 11:43:49 -0500
parents src/sighandlers.cc@63d024333bee src/sighandlers.cc@6e780fb15c14
children 24e755668237
comparison
equal deleted inserted replaced
15623:d928ad126b66 15624:550147454137
976 before reaching the debugging mode, a normal interrupt will occur.\n\ 976 before reaching the debugging mode, a normal interrupt will occur.\n\
977 \n\ 977 \n\
978 When called from inside a function with the \"local\" option, the variable is\n\ 978 When called from inside a function with the \"local\" option, the variable is\n\
979 changed locally for the function and any subroutines it calls. The original\n\ 979 changed locally for the function and any subroutines it calls. The original\n\
980 variable value is restored when exiting the function.\n\ 980 variable value is restored when exiting the function.\n\
981 @seealso{debug_on_error, debug_on_warning}\n\
981 @end deftypefn") 982 @end deftypefn")
982 { 983 {
983 return SET_INTERNAL_VARIABLE (debug_on_interrupt); 984 return SET_INTERNAL_VARIABLE (debug_on_interrupt);
984 } 985 }
985 986