From: nhmall Date: Mon, 18 Nov 2019 00:55:50 +0000 (-0500) Subject: re-enable ifdef'd out code during code sleuthing a while back X-Git-Tag: NetHack-3.6.3.beta1.2019.11.17~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f75939e27e0728f73a30ecf1623cff8faa3226c6;p=nethack re-enable ifdef'd out code during code sleuthing a while back --- diff --git a/src/options.c b/src/options.c index c1c95c69e..ecb0d773b 100644 --- a/src/options.c +++ b/src/options.c @@ -4134,14 +4134,12 @@ boolean tinitial, tfrom_file; } } -#if 0 /* Is it a symbol? */ if (strstr(opts, "S_") == opts && parsesymbols(opts, PRIMARY)) { switch_symbols(TRUE); check_gold_symbol(); return retval; } -#endif /* out of valid options */ config_error_add("Unknown option '%s'", opts);