blob: 28a63d2eb0763653b2c4cb0baa9c39b72b79dbdc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- make.h.orig Wed Sep 11 18:55:44 2002
+++ make.h Mon Oct 21 22:05:11 2002
@@ -33,7 +33,7 @@
# ifdef _AIX
#pragma alloca
# else
-# ifndef alloca /* predefined by HP cc +Olibcalls */
+# if !defined (alloca) && !defined (__FreeBSD__) /* predefined by HP cc +Olibcalls, part of stdlib.h on FreeBSD */
char *alloca ();
# endif
# endif
|