visual studio project update; also recover.c

This commit is contained in:
nhmall
2021-02-01 13:24:14 -05:00
parent 32c417d788
commit 102007d7cf
2 changed files with 14 additions and 0 deletions

View File

@@ -49,6 +49,8 @@ extern unsigned _stklen = STKSIZ;
/* SAVESIZE is defined in "fnamesiz.h" */
char savename[SAVESIZE]; /* holds relative path of save file from playground */
DISABLE_WARNING_UNREACHABLE_CODE
int
main(int argc, char *argv[])
{
@@ -136,6 +138,8 @@ main(int argc, char *argv[])
return 0;
}
RESTORE_WARNINGS
static char lock[256];
void