annotate src/s/sunos413.h @ 91019:57f4ffc03d13

(Fchar_or_string_p): Fix docstring.
author Kenichi Handa <handa@m17n.org>
date Fri, 07 Sep 2007 02:29:08 +0000
parents 68c22ea6027c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3114
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "sunos4-1.h"
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
5638
866c3e94b8a4 Add #undef SYSTEM_MALLOC.
Richard M. Stallman <rms@gnu.org>
parents: 5204
diff changeset
3 /* jik@gza.com says this works now. */
3114
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5
630eb7c9ea64 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 #undef SYSTEM_MALLOC
4903
72f692faeb8c *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 3308
diff changeset
7
5204
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
8 /* barrie@calvin.demon.co.uk says memmove is missing. */
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
9 #ifndef SYSTEM_MALLOC
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
10 #define MEMMOVE_MISSING
74fd637f952c [!SYSTEM_MALLOC] (MEMMOVE_MISSING): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5090
diff changeset
11 #endif
31966
7f83baedcc7b (USE_MMAP_FOR_BUFFERS): Define.
Dave Love <fx@gnu.org>
parents: 12463
diff changeset
12
7f83baedcc7b (USE_MMAP_FOR_BUFFERS): Define.
Dave Love <fx@gnu.org>
parents: 12463
diff changeset
13 #define USE_MMAP_FOR_BUFFERS 1
89909
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
14
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
15 /* arch-tag: ebd184b0-9084-4306-8e71-c0437330e1e1
68c22ea6027c Sync to HEAD
Kenichi Handa <handa@m17n.org>
parents: 88123
diff changeset
16 (do not change this comment) */