We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dfa9b commit c4752e6Copy full SHA for c4752e6
inc/vmemsavedefs.h
@@ -1,7 +1,6 @@
1
#ifndef VMEMSAVEDEFS_H
2
#define VMEMSAVEDEFS_H 1
3
-#include "lispemul.h" /* for LispPTR, DLword */
4
-int lispstringP(LispPTR Lisp);
+#include "lispemul.h" /* for LispPTR */
5
LispPTR vmem_save(char *sysout_file_name);
6
LispPTR vmem_save0(LispPTR *args);
7
void lisp_finish(int exit_status);
src/vmemsave.c
@@ -92,7 +92,7 @@ extern int please_fork;
92
/* */
93
/************************************************************************/
94
95
-int lispstringP(LispPTR Lisp)
+static int lispstringP(LispPTR Lisp)
96
{
97
switch (((OneDArray *)(NativeAligned4FromLAddr(Lisp)))->typenumber) {
98
case THIN_CHAR_TYPENUMBER:
0 commit comments