View | Details | Raw Unified | Return to bug 94526 | Differences between
and this patch

Collapse All | Expand All

(-)gmake-devel/files/patch-make.h Thu Mar 9 09:17:51 2006 (+12 lines)
Line 0 Link Here
1
--- make.h.orig        Wed Sep 11 18:55:44 2002
2
+++ make.h     Mon Oct 21 22:05:11 2002
3
@@ -33,7 +33,7 @@
4
 #  ifdef _AIX
5
  #pragma alloca
6
 #  else
7
-#   ifndef alloca /* predefined by HP cc +Olibcalls */
8
+#   if !defined (alloca) && !defined (__FreeBSD__) /* predefined by HP cc +Olibcalls, part of stdlib.h on FreeBSD */
9
 char *alloca ();
10
 #   endif
11
 #  endif
12

Return to bug 94526