re-enable ifdef'd out code during code sleuthing a while back
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user