1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-05-04 15:26:16 +00:00

Make local procedures map_code_pointers() and remimplicitkeyhash() static and remove from gccodedefs.h

This commit is contained in:
Nick Briggs
2023-01-07 17:01:03 -08:00
parent 26737f3cbf
commit dc893dda99
2 changed files with 3 additions and 5 deletions

View File

@@ -1,8 +1,6 @@
#ifndef GCCODEDEFS_H
#define GCCODEDEFS_H 1
#include "lispemul.h" /* for LispPTR */
LispPTR map_code_pointers(LispPTR codeblock, short int casep);
LispPTR remimplicitkeyhash(LispPTR item, LispPTR ik_hash_table);
LispPTR reclaimcodeblock(LispPTR codebase);
int code_block_size(long unsigned int codeblock68k);
#endif