Remove the 'nul' variable.

This commit is contained in:
Sean Hunt
2015-02-18 23:51:08 -05:00
committed by Pasi Kallinen
parent 38964dc56c
commit 0fcd4c0093
8 changed files with 13 additions and 19 deletions

View File

@@ -73,11 +73,7 @@ static struct save_procs {
#endif
};
#ifdef GCC_WARN
static long nulls[10];
#else
#define nulls nul
#endif
static long nulls[sizeof(struct trap) + sizeof(struct fruit)];
#if defined(UNIX) || defined(VMS) || defined(__EMX__) || defined(WIN32)
#define HUP if (!program_state.done_hup)