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

17 lines
194 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
extern int __db_mes;
extern int __db_cst;
extern char *__db_str;
1993-11-10 14:40:27 +00:00
void
1987-11-20 10:41:03 +00:00
C_mes_end()
{
1991-11-01 11:53:42 +00:00
if (__db_mes) {
__db_mes = 0;
__db_cst = 0;
__db_str = 0;
}
1987-11-20 10:41:03 +00:00
}