annotate src/s/mach-bsd4-3.h @ 81871:f533b796856e

(maybe_call_debugger): New function. (find_handler_clause): Use maybe_call_debugger. Call it when the handler says `debug'. Eliminate DEBUGGER_VALUE_PTR. (Fsignal): Eliminate debugger_value. (Qdebug): New variable. (syms_of_eval): Initialize it.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Jul 2007 18:43:53 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12418
75d8f8175fef Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 /* I don't care if this doesn't do more than including bsd4-3.h;
75d8f8175fef Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2 Mach is not bsd4-3 and the moment you forget it chances are that
75d8f8175fef Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 you're in deep shit. */
75d8f8175fef Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4
75d8f8175fef Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5 #include "bsd4-3.h"
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12418
diff changeset
6
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12418
diff changeset
7 /* arch-tag: 7f7f00f6-ae34-413e-9e6a-1d3b3e3d07e8
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12418
diff changeset
8 (do not change this comment) */