Mercurial > emacs
annotate src/s/osf1.h @ 11656:a40849041718
(union fail_stack_elt): New union.
(fail_stack_elt_t): Use that union.
(PUSH_PATTERN_OP, PUSH_FAILURE_POINTER, PUSH_FAILURE_INT)
(POP_FAILURE_POINTER, POP_FAILURE_INT): Corresponding changes.
(re_compile_fastmap): Corresponding changes.
(PUSH_FAILURE_ELT): New macro.
(FAIL_STACK_TOP): Macro deleted.
(WIDE_INT): Macro deleted.
(PUSH_FAILURE_POINT): Use PUSH_FAILURE_ELT.
(POP_FAILURE_ELT): New macro.
(POP_FAILURE_POINT): Use POP_FAILURE_ELT.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 02 May 1995 16:27:24 +0000 |
parents | 9a4d9102876b |
children | 8406623b45c4 |
rev | line source |
---|---|
3055 | 1 #include "bsd4-3.h" |
1113 | 2 |
3 /* Identify OSF1 for the m- files. */ | |
4 | |
5 #define OSF1 | |
6 | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3055
diff
changeset
|
7 /* Define _BSD to tell the include files we're running under |
1113 | 8 the BSD universe and not the SYSV universe. */ |
9 | |
10 #define C_SWITCH_SYSTEM -D_BSD | |
11 #define LIBS_SYSTEM -lbsd | |
8814
4f3260a22bc8
[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
12 |
9739
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
13 #define read sys_read |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
14 #define write sys_write |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
15 #define open sys_open |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
16 #define close sys_close |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
17 |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
18 #define INTERRUPTIBLE_OPEN |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
19 #define INTERRUPTIBLE_CLOSE |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
20 #define INTERRUPTIBLE_IO |
1113 | 21 |
22 #define SYSV_SYSTEM_DIR |