You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

44 lines
1.1 KiB

--- ccexpr.C Mon Jan 27 03:30:18 2003
+++ ccexpr.C Sun Mar 2 12:03:14 2003
@@ -3,7 +3,7 @@
compiler of C expressions to bytecode
*****************************************************************************/
-#include <alloca.h>
+#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
--- dbstree.C Thu Jan 30 19:17:13 2003
+++ dbstree.C Sun Mar 2 12:02:09 2003
@@ -12,7 +12,7 @@
*****************************************************************************/
#include <stdio.h>
-#include <alloca.h>
+#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include "dbstree.h"
--- main.C Wed Jan 8 04:55:59 2003
+++ main.C Sun Mar 2 12:11:09 2003
@@ -1,3 +1,4 @@
+#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
--- preproc.C Fri Jan 10 02:44:03 2003
+++ preproc.C Sun Mar 2 12:10:56 2003
@@ -1,4 +1,4 @@
-#include <alloca.h>
+#include <sys/types.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <fcntl.h>
--- space.C Thu Jan 30 19:16:57 2003
+++ space.C Sun Mar 2 12:02:26 2003
@@ -1,4 +1,3 @@
-#include <alloca.h>
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>