Mercurial > emacs
view 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 |
line wrap: on
line source
#include "sunos4-1.h" /* jik@gza.com says this works now. */ /* The bug that corrupts GNU malloc's memory pool is fixed in SunOS 4.1.3. */ #undef SYSTEM_MALLOC /* barrie@calvin.demon.co.uk says memmove is missing. */ #ifndef SYSTEM_MALLOC #define MEMMOVE_MISSING #endif