re-enable ifdef'd out code during code sleuthing a while back

This commit is contained in:
nhmall
2019-11-17 19:55:50 -05:00
parent 689775024c
commit f75939e27e
-2
View File
@@ -4134,14 +4134,12 @@ boolean tinitial, tfrom_file;
} }
} }
#if 0
/* Is it a symbol? */ /* Is it a symbol? */
if (strstr(opts, "S_") == opts && parsesymbols(opts, PRIMARY)) { if (strstr(opts, "S_") == opts && parsesymbols(opts, PRIMARY)) {
switch_symbols(TRUE); switch_symbols(TRUE);
check_gold_symbol(); check_gold_symbol();
return retval; return retval;
} }
#endif
/* out of valid options */ /* out of valid options */
config_error_add("Unknown option '%s'", opts); config_error_add("Unknown option '%s'", opts);