cvs commit: libh/util check_guards
Max Okumoto <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.libh |
|---|---|
| Message-ID | <[email protected]> |
okumoto 2002/05/04 03:01:23 CDT
Added files:
util check_guards
Log:
This script validates header guards. The file must begin and end
with the guards, with matching tags. If they are found and the
tags all match a new tag is generated from the basename of the
header file. An additional md5 suffix, generated from the path
to the file, is appended to differentiate this file from any other
file with the same name.
#ifndef XXXX
#define XXXX
/* c code here */
#endif XXXX
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-libh" in the body of the message