Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
Back to Ticket #462
Ticket #462
: patch-chicken_h
File patch-chicken_h,
276 bytes
(added by
Christian Kellermann
,
15 years ago
)
change of the forward declaration signature of alloca from char* to void*
Line
1
diff --git a/chicken.h b/chicken.h
2
index bbcf420..a7c7289 100644
3
--- a/chicken.h
4
+++ b/chicken.h
5
@@ -154,7 +154,7 @@
6
#ifdef HAVE_ALLOCA_H
7
# include <alloca.h>
8
#elif !defined(alloca) /* predefined by HP cc +Olibcalls */
9
- char *alloca ();
10
+ void *alloca ();
11
#endif
12
13
Download in other formats:
Original Format