mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-08-20 19:16:08 +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>
|
* $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;
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
Reference in New Issue
Block a user