X-Git-Url: https://git.distorted.org.uk/~mdw/become/blobdiff_plain/eacaf60c2846a36bf73a9ce8df90b9eed2782158..af4f4d6a77aceba8e2d6f58d15e894df320e7c24:/src/parse.h diff --git a/src/parse.h b/src/parse.h index 5bac77e..880a2bb 100644 --- a/src/parse.h +++ b/src/parse.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: parse.h,v 1.1 1999/05/04 16:30:57 mdw Exp $ + * $Id: parse.h,v 1.3 2004/04/08 01:36:20 mdw Exp $ * * Parser for `become.conf' files * @@ -26,34 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: parse.h,v $ - * 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