From f75939e27e0728f73a30ecf1623cff8faa3226c6 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 17 Nov 2019 19:55:50 -0500 Subject: [PATCH] re-enable ifdef'd out code during code sleuthing a while back --- src/options.c | 2 -- 1 file changed, 2 deletions(-) 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);