comparison src/regex.c @ 544:ffd4d00ff0b6

[xemacs-hg @ 2001-05-17 13:55:46 by stephent] define DECLARE_NOTHING
author stephent
date Thu, 17 May 2001 13:55:47 +0000
parents cd662ad69f40
children e9a3f8b4de53
comparison
equal deleted inserted replaced
543:7e84f0c36c66 544:ffd4d00ff0b6
121 121
122 /* If we are not linking with Emacs proper, 122 /* If we are not linking with Emacs proper,
123 we can't use the relocating allocator 123 we can't use the relocating allocator
124 even if config.h says that we can. */ 124 even if config.h says that we can. */
125 #undef REL_ALLOC 125 #undef REL_ALLOC
126
127 /* defined in lisp.h */
128 #ifdef REGEX_MALLOC
129 #ifndef DECLARE_NOTHING
130 #define DECLARE_NOTHING struct nosuchstruct
131 #endif
132 #endif
126 133
127 #if defined (STDC_HEADERS) || defined (_LIBC) 134 #if defined (STDC_HEADERS) || defined (_LIBC)
128 #include <stdlib.h> 135 #include <stdlib.h>
129 #else 136 #else
130 char *malloc (); 137 char *malloc ();