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

18 lines
246 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 <em_mes.h>
int __db_mes;
char *__db_str = 0;
int __db_len = 0;
int __db_cst = 0;
int __db_type;
int __db_add;
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_mes_begin( ms)
int ms;
{
1991-11-01 11:53:42 +00:00
__db_mes = (ms == ms_stb || ms == ms_std) ? ms : 0;
1987-11-20 10:41:03 +00:00
}