Revert "NEED_VARARGS bit for end.c and files.c"

This reverts commit af71163d99.
This commit is contained in:
nhmall
2022-09-17 15:58:05 -04:00
parent 8df41a6ba2
commit 6151623cce
2 changed files with 0 additions and 4 deletions

View File

@@ -3,9 +3,7 @@
/*-Copyright (c) Robert Patrick Rankin, 2012. */
/* NetHack may be freely redistributed. See license for details. */
#ifndef NEED_VARARGS
#define NEED_VARARGS /* comment line for pre-compiled headers */
#endif
#include "hack.h"
#ifndef NO_SIGNAL

View File

@@ -3,9 +3,7 @@
/*-Copyright (c) Derek S. Ray, 2015. */
/* NetHack may be freely redistributed. See license for details. */
#ifndef NEED_VARARGS
#define NEED_VARARGS
#endif
#include "hack.h"
#include "dlb.h"