ack/util/ceg/defaults/message/C_ilb.c

18 lines
292 B
C
Raw Normal View History

#define CODE_EXPANDER
1987-11-20 10:41:03 +00:00
#include <em.h>
1991-11-01 11:53:42 +00:00
#include "back.h"
extern int __db_mes, __db_len, __db_type, __db_add;
extern char *__db_str;
extern int B_procno;
1987-11-20 10:41:03 +00:00
1993-11-10 14:40:27 +00:00
void
1987-11-20 10:41:03 +00:00
C_ilb( l)
label l;
{
1991-11-01 11:53:42 +00:00
if (__db_mes) {
B_symbstr(__db_str, __db_len, __db_type, __db_add, extnd_ilb(l, B_procno), (arith) 0);
}
1987-11-20 10:41:03 +00:00
}