NetBSD/usr.bin/xlint/lint2
jpo b95167a01a support asm statements and asm modifiers in declarations
asm statements consist of an asm keyword, an optional qualifier, a
left paren, a list of tokens up to and including the matching right
paren, and a semicolon.

asm modifiers consist of an asm keyword, an left paren, a string and a
right paren.

asm statements and modifiers have no semantic for lint(1), they exist only
to avoid complaints about them.
1995-10-02 17:26:52 +00:00
..
Makefile RCS id cleanup 1995-07-03 21:23:45 +00:00
chk.c RCS id cleanup 1995-07-03 21:23:45 +00:00
emit2.c RCS id cleanup 1995-07-03 21:23:45 +00:00
externs2.h RCS id cleanup 1995-07-03 21:23:45 +00:00
hash.c RCS id cleanup 1995-07-03 21:23:45 +00:00
lint2.h RCS id cleanup 1995-07-03 21:23:45 +00:00
main2.c RCS id cleanup 1995-07-03 21:23:45 +00:00
mem2.c support asm statements and asm modifiers in declarations 1995-10-02 17:26:52 +00:00
msg.c RCS id cleanup 1995-07-03 21:23:45 +00:00
read.c RCS id cleanup 1995-07-03 21:23:45 +00:00