now uses alloc module, bug fixes, -N option under USE_TMP, to not do so

This commit is contained in:
ceriel
1987-01-24 00:25:56 +00:00
parent b4e4250144
commit 8116e3181f
37 changed files with 124 additions and 136 deletions

View File

@@ -1,9 +1,3 @@
!File: myalloc.h
#define OWNALLOC 1 /* use own superfast allocation */
#define ALLOCSIZ 4096 /* allocate pieces of 4K */
#define ALIGNSIZE 8 /* needed for alloc.c */
!File: pathlength.h
#define PATHLENGTH 1024 /* max. length of path to file */
@@ -35,7 +29,7 @@
!File: maxincl.h
#define MAXINCL 8 /* maximum number of #include directories */
#define MAXINCL 12 /* maximum number of #include directories */
!File: density.h