comparison src/sysdll.c @ 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 beddd25fe24a
children 517919955e3f
comparison
equal deleted inserted replaced
1271:44186d7cf4dd 1272:df61d2b1d4c3
22 #ifdef HAVE_CONFIG_H 22 #ifdef HAVE_CONFIG_H
23 #include <config.h> 23 #include <config.h>
24 #endif 24 #endif
25 25
26 #include <stdlib.h> 26 #include <stdlib.h>
27 #include "lisp.h"
27 #include "sysdll.h" 28 #include "sysdll.h"
28 29
29 /* This whole file is conditional upon HAVE_SHLIB */ 30 /* This whole file is conditional upon HAVE_SHLIB */
30 #ifdef HAVE_SHLIB 31 #ifdef HAVE_SHLIB
31 32