1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-04 07:33:07 +00:00

Makes vmemsave.c lispstringP implementation local and updates header file accordingly

This commit is contained in:
Nick Briggs
2025-07-26 17:54:17 -07:00
parent 78dfa9b243
commit c4752e6caa
2 changed files with 2 additions and 3 deletions

View File

@@ -1,7 +1,6 @@
#ifndef VMEMSAVEDEFS_H
#define VMEMSAVEDEFS_H 1
#include "lispemul.h" /* for LispPTR, DLword */
int lispstringP(LispPTR Lisp);
#include "lispemul.h" /* for LispPTR */
LispPTR vmem_save(char *sysout_file_name);
LispPTR vmem_save0(LispPTR *args);
void lisp_finish(int exit_status);