Mercurial > emacs
annotate src/s/sunos413.h @ 16607:16b8d910795f
* etags.c (C_entries): Test tok.valid. This handles some
particular cases involving function declarations that failed.
* etags.c (pfnote, fatal, error): Callers using a NULL pointer
must cast it to (char *) because we have no prototypes.
(make_C_tag): Macro deleted, new function.
(C_entries): Calls to make_C_tag macro changed to call function.
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Wed, 04 Dec 1996 10:57:01 +0000 |
parents | b2e67adcc76e |
children | 7f83baedcc7b |
rev | line source |
---|---|
3114 | 1 #include "sunos4-1.h" |
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 | 4 /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ |
5 | |
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 |