changeset 1272:df61d2b1d4c3

[xemacs-hg @ 2003-02-07 21:40:22 by james] Include lisp.h to define alloca_array.
author james
date Fri, 07 Feb 2003 21:40:23 +0000
parents 44186d7cf4dd
children 61572ff6db15
files src/ChangeLog src/sysdll.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Feb 07 21:05:35 2003 +0000
+++ b/src/ChangeLog	Fri Feb 07 21:40:23 2003 +0000
@@ -1,3 +1,7 @@
+2003-02-06  Andrew Begel  <abegel@CS.Berkeley.EDU>
+
+         * sysdll.c: Included lisp.h to define needed alloca_array.
+
 2003-02-07  Jerry James  <james@xemacs.org>
 
 	* sysdep.c (strlwr): Return the parameter.
--- a/src/sysdll.c	Fri Feb 07 21:05:35 2003 +0000
+++ b/src/sysdll.c	Fri Feb 07 21:40:23 2003 +0000
@@ -24,6 +24,7 @@
 #endif
 
 #include <stdlib.h>
+#include "lisp.h"
 #include "sysdll.h"
 
 /* This whole file is conditional upon HAVE_SHLIB */