From 691abd82438507202523b9c2b82dfb54f40cfde1 Mon Sep 17 00:00:00 2001 From: "U-Xato7\\Vsc" Date: Mon, 23 Nov 2009 16:01:41 +0000 Subject: [PATCH] check_opcodes is unused in WIN32_, don't declare it. --- C/save.c | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 C/save.c diff --git a/C/save.c b/C/save.c old mode 100644 new mode 100755 index 954733abd..52f2d3f3a --- a/C/save.c +++ b/C/save.c @@ -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));