]> granicus.if.org Git - nethack/commitdiff
re-enable ifdef'd out code during code sleuthing a while back
authornhmall <nhmall@nethack.org>
Mon, 18 Nov 2019 00:55:50 +0000 (19:55 -0500)
committernhmall <nhmall@nethack.org>
Mon, 18 Nov 2019 00:55:50 +0000 (19:55 -0500)
src/options.c

index c1c95c69e1f29dd6270c6c32394492a76ad29705..ecb0d773bd7fc5bdee9c8e87fff19e1e90ddfc69 100644 (file)
@@ -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);