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> * $Log$
* Date created: March 15, 1999 (Monday, 17:16h) *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*/ */
/* #define DEBUG */ /* #define DEBUG */
@@ -14,6 +22,8 @@
#include "boxes.h" #include "boxes.h"
#include "y.tab.h" #include "y.tab.h"
#ident "$Id$"
int yylineno = 1; int yylineno = 1;
%} %}