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

16 lines
268 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;
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_pnam( str)
char *str;
{
1991-11-01 11:53:42 +00:00
if (__db_mes) {
B_symbstr(__db_str, __db_len, __db_type, __db_add, extnd_name(str), (arith) 0);
}
1987-11-20 10:41:03 +00:00
}