import xemacs-21.2.37
[chise/xemacs-chise.git.1] / src / regex.c
index ef33687..9a145af 100644 (file)
@@ -286,7 +286,7 @@ init_syntax_once (void)
 #include <alloca.h>
 #else /* not __GNUC__ or HAVE_ALLOCA_H */
 #ifndef _AIX /* Already did AIX, up at the top.  */
-char *alloca ();
+void *alloca ();
 #endif /* not _AIX */
 #endif /* not HAVE_ALLOCA_H */
 #endif /* not __GNUC__ */