ack/util/ceg/defaults/pseudo/C_df_ilb.c

17 lines
203 B
C
Raw Normal View History

#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
1993-11-10 15:07:12 +00:00
void
1987-11-20 10:41:03 +00:00
C_df_ilb( l)
label l;
{
1988-10-31 16:03:44 +00:00
char *s;
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
}