Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 10/02/1995 13:30:04
jpo
Mon Oct 2 13:21:44 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint1
Modified Files:
decl.c emit1.c err.c externs1.h func.c init.c lint1.h tree.c
Log Message:
prototypes override old style function definitions
this is a gnu extension to ansi c
jpo
Mon Oct 2 13:22:53 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint1
Modified Files:
decl.c err.c tree.c
Log Message:
some minor bug fixes
jpo
Mon Oct 2 13:26:59 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint1
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint1
Modified Files:
cgram.y decl.c externs1.h scan.l
Log Message:
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.
jpo
Mon Oct 2 13:27:12 EDT 1995
Update of /a/cvsroot/src/usr.bin/xlint/lint2
In directory pain.lcs.mit.edu:/a/users/jpo/src/usr.bin/xlint/lint2
Modified Files:
mem2.c
Log Message:
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.