1988-02-03 12:48:58 +00:00
|
|
|
#define CODE_EXPANDER
|
1987-11-20 10:41:03 +00:00
|
|
|
#include <em.h>
|
|
|
|
#include "back.h"
|
|
|
|
|
1989-01-26 13:24:23 +00:00
|
|
|
extern int B_procno;
|
1988-11-18 17:57:28 +00:00
|
|
|
|
1987-11-20 10:41:03 +00:00
|
|
|
C_df_ilb( l)
|
|
|
|
label l;
|
|
|
|
{
|
1988-10-31 16:03:44 +00:00
|
|
|
char *s;
|
|
|
|
|
1988-10-20 13:23:52 +00:00
|
|
|
swtxt();
|
1989-01-26 13:24:23 +00:00
|
|
|
symbol_definition(s = extnd_ilb( l, B_procno));
|
1988-10-31 16:03:44 +00:00
|
|
|
set_local_visible(s);
|
1987-11-20 10:41:03 +00:00
|
|
|
}
|