From owner-freebsd-libh Sat May 4 1: 1:25 2002 Delivered-To: freebsd-libh@freebsd.org Received: from usw4.freebsd.org (usw4.freebsd.org [209.180.6.228]) by hub.freebsd.org (Postfix) with ESMTP id EFA1E37B416 for ; Sat, 4 May 2002 01:01:23 -0700 (PDT) Received: (from okumoto@localhost) by usw4.freebsd.org (8.11.6/8.11.6) id g4481NN60418 for libh@FreeBSD.org; Sat, 4 May 2002 03:01:23 -0500 (CDT) (envelope-from okumoto) Message-Id: <200205040801.g4481NN60418@usw4.freebsd.org> From: Max Okumoto Date: Sat, 4 May 2002 03:01:23 -0500 (CDT) To: libh@FreeBSD.org Subject: cvs commit: libh/util check_guards Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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