mirror of
https://github.com/Interlisp/maiko.git
synced 2026-02-05 16:04:45 +00:00
Make dremove() static in src/storage.c, there are no other references.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#ifndef STORAGEDEFS_H
|
||||
#define STORAGEDEFS_H 1
|
||||
void checkfor_storagefull(register unsigned int npages);
|
||||
LispPTR dremove(LispPTR x, LispPTR l);
|
||||
LispPTR newpage(LispPTR base);
|
||||
void init_storage(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user