Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
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.
Home |
Main Index |
Thread Index |
Old Index