*** empty log message ***
This commit is contained in:
10
lang/cem/cemcom/asm.c
Normal file
10
lang/cem/cemcom/asm.c
Normal file
@@ -0,0 +1,10 @@
|
||||
/* $Header$ */
|
||||
/* A S M */
|
||||
|
||||
asm_seen(s)
|
||||
char *s;
|
||||
{
|
||||
/* 'asm' '(' string ')' ';'
|
||||
*/
|
||||
warning("\"asm(\"%s\")\" instruction skipped", s);
|
||||
}
|
||||
Reference in New Issue
Block a user