modifications in search for more speed

This commit is contained in:
ceriel
1988-10-31 16:03:44 +00:00
parent 8fab3192b6
commit 8cd2051b2e
3 changed files with 13 additions and 8 deletions

View File

@@ -5,7 +5,9 @@
C_df_ilb( l)
label l;
{
char *s;
swtxt();
symbol_definition( extnd_ilb( l));
set_local_visible( extnd_ilb( l));
symbol_definition(s = extnd_ilb( l));
set_local_visible(s);
}