Expunge revision histories in files.
[become] / src / parse.h
index c64618e..880a2bb 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: parse.h,v 1.2 1999/07/28 09:31:13 mdw Exp $
+ * $Id: parse.h,v 1.3 2004/04/08 01:36:20 mdw Exp $
  *
  * Parser for `become.conf' files
  *
  * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------*
- *
- * $Log: parse.h,v $
- * Revision 1.2  1999/07/28 09:31:13  mdw
- * Remove blank line.
- *
- * Revision 1.1  1999/05/04 16:30:57  mdw
- * This file used to be `parser.h'.  It's been renamed because Automake
- * wants to use `parser.h' as the Yacc-generated header file.  Look at
- * `parser.h' if you want to see how old versions looked (they're not very
- * interesting.)
- *
- * --- Previous lives ---
- *
- * %Log: parser.h,v %
- * Revision 1.4  1998/04/23  13:26:11  mdw
- * New `parse' interface to configuration file parser; informs caller
- * whether parsing encountered any errors.
- *
- * Revision 1.3  1998/01/12 16:46:21  mdw
- * Fix copyright date.
- *
- * Revision 1.2  1997/08/04 10:24:24  mdw
- * Sources placed under CVS control.
- *
- * Revision 1.1  1997/07/21  13:47:46  mdw
- * Initial revision
- *
- */
-
 #ifndef PARSER_H
 #define PARSER_H