check_opcodes is unused in WIN32_, don't declare it.

This commit is contained in:
U-Xato7\Vsc 2009-11-23 16:01:41 +00:00
parent b300db2e96
commit 691abd8243
1 changed files with 2 additions and 0 deletions

2
C/save.c Normal file → Executable file
View 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));