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

14 lines
166 B
C
Raw Normal View History

#define CODE_EXPANDER
1987-11-20 10:41:03 +00:00
#include <em.h>
#include "back.h"
C_df_ilb( l)
label l;
{
1988-10-31 16:03:44 +00:00
char *s;
swtxt();
1988-10-31 16:03:44 +00:00
symbol_definition(s = extnd_ilb( l));
set_local_visible(s);
1987-11-20 10:41:03 +00:00
}