Pristine Ack-5.5
[Ack-5.5.git] / util / ceg / defaults / message / C_ilb.c
1 #define CODE_EXPANDER
2 #include <em.h>
3 #include "back.h"
4
5 extern int __db_mes, __db_len, __db_type, __db_add;
6 extern char *__db_str;
7
8 extern int B_procno;
9
10 void
11 C_ilb( l)
12 label l;
13 {
14         if (__db_mes) {
15                 B_symbstr(__db_str, __db_len, __db_type, __db_add, extnd_ilb(l, B_procno), (arith) 0);
16         }
17 }