annotate src/s/isc3-0.h @ 82453:d04e217671f9

(ada-create-syntax-table): Move set-syntax-table from here to ... (ada-mode): ... here. Do not change global value of comment-multi-line. Call new function ada-initialize-syntax-table-properties and add new function ada-handle-syntax-table-properties to font-lock-mode-hook. (ada-deactivate-properties, ada-initialize-properties): Replace by new functions ... (ada-handle-syntax-table-properties) (ada-initialize-syntax-table-properties) (ada-set-syntax-table-properties): ... to set up syntax-table properties uniformly, independently from whether font-lock-mode is enabled or not. Handle read-only buffers and do not change undo-list when setting syntax-table properties. (ada-after-change-function): Use ada-set-syntax-table-properties.
author Martin Rudalics <rudalics@gmx.at>
date Sat, 18 Aug 2007 08:37:41 +0000
parents f06998349cfc
children 68df465b9550 f55f9811f5d7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
75959
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
1 /* s- file for Interactive (ISC) Unix version 3.0 on the 386.
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
2
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
3 Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006,
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
4 2007 Free Software Foundation, Inc.
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
5
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
6 This file is part of GNU Emacs.
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
7
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
8 GNU Emacs is free software; you can redistribute it and/or modify
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
9 it under the terms of the GNU General Public License as published by
78259
f06998349cfc Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents: 75959
diff changeset
10 the Free Software Foundation; either version 3, or (at your option)
75959
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
11 any later version.
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
12
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
13 GNU Emacs is distributed in the hope that it will be useful,
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
16 GNU General Public License for more details.
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
17
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
18 You should have received a copy of the GNU General Public License
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
19 along with GNU Emacs; see the file COPYING. If not, write to
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
20 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
21 Boston, MA 02110-1301, USA. */
658bfef5228e Add copyright and license notice. Copyright years from base include
Glenn Morris <rgm@gnu.org>
parents: 52401
diff changeset
22
2001
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
23
4433
4e1ad3204620 Don't mention dir `s/' in #include.
Richard M. Stallman <rms@gnu.org>
parents: 4180
diff changeset
24 #include "isc2-2.h"
2001
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25
8892
191acacfa1ec Delete obsolete symbols.
Karl Heuer <kwzh@gnu.org>
parents: 8531
diff changeset
26 /* This has been moved into isc2-2.h. */
191acacfa1ec Delete obsolete symbols.
Karl Heuer <kwzh@gnu.org>
parents: 8531
diff changeset
27 /* #define HAVE_SOCKETS */
2001
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
28
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
29 /* This appears on 3.0, presumably as part of what SunSoft call X2. */
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
30 #undef NO_X_DESTROY_DATABASE
eae9b9b7b721 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
31
10524
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
32 #ifdef __GNUC__ /* Currently we use -lcposix only with gcc */
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
33 #define POSIX_SIGNALS
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
34
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
35 /* We don't need the definition from usg5-3.h with POSIX_SIGNALS. */
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
36 #undef sigsetmask
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
37 #undef HAVE_SYSV_SIGPAUSE
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
38 #endif
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
39
3402
60feb55713b2 #undef C_SWITCH_SYSTEM.
Richard M. Stallman <rms@gnu.org>
parents: 2001
diff changeset
40 /* People say that using -traditional causes lossage with `const',
60feb55713b2 #undef C_SWITCH_SYSTEM.
Richard M. Stallman <rms@gnu.org>
parents: 2001
diff changeset
41 so we might as well try getting rid of -traditional. */
60feb55713b2 #undef C_SWITCH_SYSTEM.
Richard M. Stallman <rms@gnu.org>
parents: 2001
diff changeset
42 #undef C_SWITCH_SYSTEM
3636
77fd17ffc0d6 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3402
diff changeset
43
3637
6ac165163a9b * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3636
diff changeset
44 /* We indirectly #include s/usg5-3.h, which says to use libX11_s and
6ac165163a9b * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3636
diff changeset
45 libc_s. Martin Tomes <mt00@controls.eurotherm.co.uk> says that ISC
6ac165163a9b * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3636
diff changeset
46 has no libX11_s, and that linking with libc_s causes sbrk not to work. */
3636
77fd17ffc0d6 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3402
diff changeset
47 #undef LIB_X11_LIB
3637
6ac165163a9b * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
Jim Blandy <jimb@redhat.com>
parents: 3636
diff changeset
48 #undef LIBX11_SYSTEM
10524
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
49 #define LIBX11_SYSTEM -lpt -lnls -lnsl_s
3762
5de0e54e03ab * s/isc3-0.h (memmove): #define this to call safe_bcopy.
Jim Blandy <jimb@redhat.com>
parents: 3637
diff changeset
50
8531
4ae54c3e1dc3 (NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents: 7578
diff changeset
51 /* TIOCGWINSZ isn't broken; you just have to know where to find it. */
4ae54c3e1dc3 (NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents: 7578
diff changeset
52 #undef BROKEN_TIOCGWINSZ
4ae54c3e1dc3 (NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents: 7578
diff changeset
53 #define NEED_SIOCTL
4ae54c3e1dc3 (NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents: 7578
diff changeset
54
10524
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
55 /* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
56 signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
57 ensures that we don't lose the traditional symbols as a side effect
34430
7a1ddacf0683 Update comment about _XOPEN_SOURCE.
Gerd Moellmann <gerd@gnu.org>
parents: 29851
diff changeset
58 from this or __STDC__ being defined. It can't hurt to Define
7a1ddacf0683 Update comment about _XOPEN_SOURCE.
Gerd Moellmann <gerd@gnu.org>
parents: 29851
diff changeset
59 _XOPEN_SOURCE=500, the latest and greatest value as of this writing. */
29851
1468bfccea9f (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.
Dave Love <fx@gnu.org>
parents: 13030
diff changeset
60 #define C_SWITCH_SYSTEM -D_XOPEN_SOURCE=500 -D_SYSV3
7578
f5aa65299489 (EXTRA_INITIALIZE): Define here.
Richard M. Stallman <rms@gnu.org>
parents: 4433
diff changeset
61
10524
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
62 #ifdef __GNUC__ /* Currently we use -lcposix only with gcc */
7578
f5aa65299489 (EXTRA_INITIALIZE): Define here.
Richard M. Stallman <rms@gnu.org>
parents: 4433
diff changeset
63 /* This works around a bug in ISC 4.0 and 3.0; it fails
8531
4ae54c3e1dc3 (NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents: 7578
diff changeset
64 to clear the "POSIX process" flag on an exec.
4ae54c3e1dc3 (NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since it
Karl Heuer <kwzh@gnu.org>
parents: 7578
diff changeset
65 It won't be needed for 4.1. */
7578
f5aa65299489 (EXTRA_INITIALIZE): Define here.
Richard M. Stallman <rms@gnu.org>
parents: 4433
diff changeset
66 #define EXTRA_INITIALIZE __setostype (0)
10524
92d4e8fc0942 [__GNUC__] (POSIX_SIGNALS): #define this.
Karl Heuer <kwzh@gnu.org>
parents: 10181
diff changeset
67 #endif
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 34430
diff changeset
68
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 34430
diff changeset
69 /* arch-tag: c1aca3f2-813d-4c1c-ad64-ca6c20ec9bfb
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 34430
diff changeset
70 (do not change this comment) */