Mercurial > emacs
annotate src/s/isc2-2.h @ 1196:65e2edefe748
* eval.c (Fcondition_case): Rearranged for clarity. Don't worry
about setting h.poll_suppress_count; it's guaranteed to be the
same as c.poll_suppress_count.
(internal_condition_case): Don't worry about
h.poll_suppress_count.
(Fsignal): Use h->tag->poll_suppress_count instead of
h->poll_suppress_count.
* eval.c (Fsignal): It's okay for the debugger to return to the
caller if the caller was signalling a quit.
* eval.c (unbind_catch): Restore the polling suppression count
here, instead of in Fsignal and Fthrow.
(Fthrow, Fsignal): Don't restore the polling suppression count here.
* eval.c (struct catchtag): More documentation.
* eval.c (entering_debugger): Variable renamed
when_entered_debugger, and is now a timestamp based on
num_nonmacro_input_chars.
(init_eval): Initialize when_entered_debugger, not
entering_debugger.
(call_debugger): Set when_entered_debugger to the current value of
num_nonmacro_input_chars.
(find_handler_clause): Don't call debugger unless
num_nonmacro_input_chars is greater than when_entered_debugger;
that way, we won't call the debugger unless the user has had a
chance to take control.
(Fbacktrace): Don't clear entering_debugger here.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 22 Sep 1992 05:17:48 +0000 |
parents | 79ea818b6aed |
children | 4c9113b2d6e0 |
rev | line source |
---|---|
456 | 1 /* system description file for Interactive (ISC) Unix version 2.2 on |
2 the 386. */ | |
3 | |
4 #include "usg5-3.h" | |
5 | |
6 #define HAVE_PTYS | |
7 #define HAVE_RENAME | |
8 #define HAVE_CLOSEDIR | |
9 #define MAXNAMLEN 512 | |
524 | 10 #define LIB_STANDARD -lPW -lcposix -lc |
456 | 11 #define O_NDELAY O_NONBLOCK |
12 #define MEMORY_IN_STRING_H | |
13 #undef SIGTSTP | |
524 | 14 |
15 /* This communicates with m-intel386.h. */ | |
16 #define DONT_DEFINE_SIGNAL | |
17 | |
18 /* May be needed to avoid undefined symbols | |
19 such as gethostname, inet_addr, gethostbyname, socket, connect... */ | |
20 #define LIBS_SYSTEM -linet | |
21 | |
22 /* This system has job control. */ | |
23 #undef NOMULTIPLEJOBS |