mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-17 08:33:48 +00:00
Update files that depend on storage functions to include storage.h Declare as static all functions in storage.c that are not needed externally. Add dependencies to makefile-tail. modified: makefile-tail new file: ../inc/storage.h modified: ../src/allocmds.c modified: ../src/gchtfind.c modified: ../src/llstk.c modified: ../src/main.c modified: ../src/storage.c modified: ../src/subr.c
5 lines
152 B
C
5 lines
152 B
C
void checkfor_storagefull(register unsigned int npages);
|
|
LispPTR dremove(LispPTR x, LispPTR l);
|
|
LispPTR newpage(LispPTR base);
|
|
void init_storage(void);
|