From b70da87d3e51b98d1c45bb199364628f3884dd58 Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 12 Mar 2026 13:17:11 -0700 Subject: [PATCH] 'onefile' tidbit --- src/light.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/light.c b/src/light.c index 574665fa9..93f7ea50a 100644 --- a/src/light.c +++ b/src/light.c @@ -1,4 +1,4 @@ -/* NetHack 3.7 light.c $NHDT-Date: 1726609514 2024/09/17 21:45:14 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.75 $ */ +/* NetHack 3.7 light.c $NHDT-Date: 1773375430 2026/03/12 20:17:10 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.82 $ */ /* Copyright (c) Dean Luick, 1994 */ /* NetHack may be freely redistributed. See license for details. */ @@ -974,9 +974,12 @@ wiz_light_sources(void) return ECMD_OK; } #endif /* !SFCTOOL */ + /* for 'onefile' processing where end of this file isn't necessarily the end of the source code seen by the compiler */ #undef LSF_SHOW #undef LSF_NEEDS_FIXUP +#undef LSF_IS_PROBLEMATIC #undef mon_is_local + /*light.c*/