Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 05/20/2000 07:26:02
Module Name: syssrc
Committed By: simonb
Date: Sat May 20 14:26:02 UTC 2000
Modified Files:
syssrc/sys/sys: cdefs.h
Log Message:
Don't define __inline as "/* delete GCC keyword */" if __lint__ is
defined - lint(1) already knows about the __inline modifier.
This stops lint from generating "static function ... unused" warnings
for static __inline functions.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 syssrc/sys/sys/cdefs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.