annotate src/s/osf5-0.h @ 58465:02afd0c73e8e

(math-svo-c, math-svo-wid, math-svo-off): New variables. (math-stack-value-offset-fancy): Replace variables c, wid and off by declared variables. (math-comp-just, math-comp-comma-spc): New variables. (math-compose-expr, math-compose-matrix): Replace variable just by declared variable. (math-comp-vector-prec): New variable. (math-compose-expr, math-compose-matrix, math-compose-rows): Replace variable vector-prec by declared variable. (math-comp-left-bracket, math-comp-right-bracket, math-comp-comma): New variables. (math-compose-expr, math-compose-rows): Replace variables left-bracket, right-bracket and comma by declared variables. (math-comp-full-width): New variable. (math-comp-to-string-flat, math-comp-to-string-flat-term): Replace variable full-width by declared variable. (math-comp-sel-tag): Declared it. (math-comp-highlight, math-comp-word, math-comp-level) (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base) (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos): New variables. (math-comp-to-string-flat, math-comp-to-string-flat-term) (math-comp-sel-flat-term): Replace variables comp-highlight, comp-word, comp-level, comp-margin, comp-pos and comp-buf by declared variables. (math-comp-simplify, math-comp-simplify-term, math-comp-add-string) (math-comp-add-string-sel): Replace variables comp-highlight, comp-buf, comp-base, comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
author Jay Belanger <jay.p.belanger@gmail.com>
date Wed, 24 Nov 2004 05:59:23 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
29916
e994fd3ceb7c *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
1 #define OSF5
e994fd3ceb7c *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
2 #include "osf1.h"
29964
9e78a25cbdbd (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents: 29916
diff changeset
3
34430
7a1ddacf0683 Update comment about _XOPEN_SOURCE.
Gerd Moellmann <gerd@gnu.org>
parents: 31947
diff changeset
4 /* It's enough to define _OSF_SOURCE instead of _BSD. */
39744
03cf4a916248 (C_SWITCH_SYSTEM) [!__GNUC__]: Add `-nointrinsics'
Gerd Moellmann <gerd@gnu.org>
parents: 34757
diff changeset
5
29964
9e78a25cbdbd (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents: 29916
diff changeset
6 #undef C_SWITCH_SYSTEM
9e78a25cbdbd (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents: 29916
diff changeset
7 #define C_SWITCH_SYSTEM -D_OSF_SOURCE
34430
7a1ddacf0683 Update comment about _XOPEN_SOURCE.
Gerd Moellmann <gerd@gnu.org>
parents: 31947
diff changeset
8
34757
1620eae35d3a (NSIG): Don't redefine.
Dave Love <fx@gnu.org>
parents: 34430
diff changeset
9 #ifndef NSIG /* _OSF_SOURCE seems to get us this */
29964
9e78a25cbdbd (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents: 29916
diff changeset
10 #define NSIG __sys_nsig
34757
1620eae35d3a (NSIG): Don't redefine.
Dave Love <fx@gnu.org>
parents: 34430
diff changeset
11 #endif
29964
9e78a25cbdbd (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents: 29916
diff changeset
12
9e78a25cbdbd (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents: 29916
diff changeset
13 /* We have missing/inconsistent prototypes on 5.0, at least. */
29916
e994fd3ceb7c *** empty log message ***
Dave Love <fx@gnu.org>
parents:
diff changeset
14 #define INHIBIT_X11R6_XIM
31947
44a6d62deb2b Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP.
Dave Love <fx@gnu.org>
parents: 29964
diff changeset
15
44a6d62deb2b Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP.
Dave Love <fx@gnu.org>
parents: 29964
diff changeset
16 #define USE_MMAP_FOR_BUFFERS 1
48079
e10305e7e6a0 (C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love <fx@gnu.org>
parents: 39744
diff changeset
17
e10305e7e6a0 (C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love <fx@gnu.org>
parents: 39744
diff changeset
18 #define TERMINFO
e10305e7e6a0 (C_SWITCH_SYSTEM): Revert last change (fixed by
Dave Love <fx@gnu.org>
parents: 39744
diff changeset
19 #define LIBS_TERMCAP -lcurses
48557
5ebd400725b6 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Dave Love <fx@gnu.org>
parents: 48079
diff changeset
20
5ebd400725b6 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Dave Love <fx@gnu.org>
parents: 48079
diff changeset
21 #define GC_SETJMP_WORKS 1
5ebd400725b6 (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Dave Love <fx@gnu.org>
parents: 48079
diff changeset
22 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 48557
diff changeset
23
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 48557
diff changeset
24 /* arch-tag: 89580064-dd8c-4533-a47c-0f92d8090945
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 48557
diff changeset
25 (do not change this comment) */