Date: Sat, 4 May 2002 03:01:23 -0500 (CDT) From: Max Okumoto <okumoto@usw4.freebsd.org> To: libh@FreeBSD.org Subject: cvs commit: libh/util check_guards Message-ID: <200205040801.g4481NN60418@usw4.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205040801.g4481NN60418>
