diff 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
line wrap: on
line diff
--- a/src/regex.c	Thu May 17 13:44:34 2001 +0000
+++ b/src/regex.c	Thu May 17 13:55:47 2001 +0000
@@ -124,6 +124,13 @@
    even if config.h says that we can.  */
 #undef REL_ALLOC
 
+/* defined in lisp.h */
+#ifdef REGEX_MALLOC
+#ifndef DECLARE_NOTHING
+#define DECLARE_NOTHING struct nosuchstruct
+#endif
+#endif
+
 #if defined (STDC_HEADERS) || defined (_LIBC)
 #include <stdlib.h>
 #else