diff src/ChangeLog @ 615:4f50f8a33f96

[xemacs-hg @ 2001-06-11 04:44:52 by martinb] alloca vs. _XOPEN_SOURCE
author martinb
date Mon, 11 Jun 2001 04:44:52 +0000
parents 42bfaea76395
children 4f1c7a4ac1e6
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jun 11 01:55:28 2001 +0000
+++ b/src/ChangeLog	Mon Jun 11 04:44:52 2001 +0000
@@ -1,3 +1,10 @@
+2001-06-12  Martin Buchholz  <martin@xemacs.org>
+
+	* config.h.in (alloca): All feature test macros must be defined
+	before the first system header file inclusion.  So move alloca
+	twiddling after the feature test definitions, but before the first
+	"real" code.
+
 2001-06-11  Martin Buchholz  <martin@xemacs.org>
 
 	* lisp.h (DECIMAL_PRINT_SIZE): Don't use floating point.