Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/22/2006 05:11:11
Module Name: src
Committed By: uwe
Date: Sun Jan 22 05:11:11 UTC 2006
Modified Files:
src/sys/kern: genlintstub.awk
Log Message:
Rewrite to support LINTSTUB in multiline comments.
Be more flexible in what we accept as a valid LINTSTUB directive.
Don't abort on first error.
Separate LINTSTUB comments look ugly if the function/variable already
has a descriptive comment. People don't like to write ugly code.
Now one can write:
/*
* LINTSTUB: Func: type function(args)
* Some descriptive comment about the function.
*/
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/kern/genlintstub.awk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.