18 lines
292 B
C
18 lines
292 B
C
#define CODE_EXPANDER
|
|
#include <em.h>
|
|
#include "back.h"
|
|
|
|
extern int __db_mes, __db_len, __db_type, __db_add;
|
|
extern char *__db_str;
|
|
|
|
extern int B_procno;
|
|
|
|
void
|
|
C_ilb( l)
|
|
label l;
|
|
{
|
|
if (__db_mes) {
|
|
B_symbstr(__db_str, __db_len, __db_type, __db_add, extnd_ilb(l, B_procno), (arith) 0);
|
|
}
|
|
}
|