asm.c 142 B

12345678910
  1. /* $Header$ */
  2. /* A S M */
  3. asm_seen(s)
  4. char *s;
  5. {
  6. /* 'asm' '(' string ')' ';'
  7. */
  8. warning("\"asm(\"%s\")\" instruction skipped", s);
  9. }