check_opcodes is unused in WIN32_, don't declare it.
This commit is contained in:
parent
b300db2e96
commit
691abd8243
2
C/save.c
Normal file → Executable file
2
C/save.c
Normal file → Executable file
@ -122,7 +122,9 @@ STATIC_PROTO(void ShowEntries, (PropEntry *));
|
||||
#endif
|
||||
STATIC_PROTO(int OpenRestore, (char *, char *, CELL *, CELL *, CELL *, CELL *));
|
||||
STATIC_PROTO(void CloseRestore, (void));
|
||||
#ifndef _WIN32
|
||||
STATIC_PROTO(int check_opcodes, (OPCODE []));
|
||||
#endif
|
||||
STATIC_PROTO(void RestoreHeap, (OPCODE []));
|
||||
STATIC_PROTO(Int p_restore, (void));
|
||||
STATIC_PROTO(void restore_heap_regs, (void));
|
||||
|
Reference in New Issue
Block a user