Remove the 'nul' variable.

This commit is contained in:
Sean Hunt
2015-02-18 23:51:08 -05:00
parent 72c2ae233d
commit a3b1cb8432
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)