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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.