~ chicken-core (chicken-5) ee105fd99b761743fa487062f15a6345023cc1a5
commit ee105fd99b761743fa487062f15a6345023cc1a5
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Dec 20 06:51:36 2010 -0500
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Mon Dec 20 06:51:36 2010 -0500
chicken.h patch by ckeen
diff --git a/chicken.h b/chicken.h
index bbcf420d..f6bac20f 100644
--- a/chicken.h
+++ b/chicken.h
@@ -154,7 +154,7 @@
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#elif !defined(alloca) /* predefined by HP cc +Olibcalls */
- char *alloca ();
+void *alloca ();
#endif
Trap