ack/lang/cem/cemcom/asm.c

11 lines
142 B
C
Raw Normal View History

1986-03-10 13:07:55 +00:00
/* $Header$ */
/* A S M */
asm_seen(s)
char *s;
{
/* 'asm' '(' string ')' ';'
*/
warning("\"asm(\"%s\")\" instruction skipped", s);
}