Added rcs keywords and standard file header.

This commit is contained in:
Thomas Jensen
1999-03-30 09:42:51 +00:00
parent dc10567bac
commit 5d6bde380a

View File

@@ -1,11 +1,19 @@
%{
/*
* lexer.l
* File: lexer.l
* Date created: March 15, 1999 (Monday, 17:16h)
* Author: Thomas Jensen
* tsjensen@stud.informatik.uni-erlangen.de
* Version: $Id$
* Language: lex (ANSI C)
* Purpose: flex lexical analyzer for boxes configuration files
* Remarks: ---
*
* flex lexical analyzer for boxes configuration files
* Revision History:
*
* Thomas Jensen <tsjensen@stud.informatik.uni-erlangen.de>
* Date created: March 15, 1999 (Monday, 17:16h)
* $Log$
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/
/* #define DEBUG */
@@ -14,6 +22,8 @@
#include "boxes.h"
#include "y.tab.h"
#ident "$Id$"
int yylineno = 1;
%}