mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-18 02:30:09 +02:00
Added rcs keywords and standard file header.
This commit is contained in:
18
src/lexer.l
18
src/lexer.l
@@ -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;
|
||||
|
||||
%}
|
||||
|
Reference in New Issue
Block a user