pike.git
/
src
/
lex.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/lex.c:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: lex.c,v 1.
118
2004/
05
/
29
18:
21
:
05
grubba
Exp $
+
|| $Id: lex.c,v 1.
119
2004/
09
/
18
20
:
50
:
51
nilsson
Exp $
*/ #include "global.h"
-
RCSID("$Id: lex.c,v 1.118 2004/05/29 18:21:05 grubba Exp $");
+
#include "lex.h" #include "stuff.h" #include <ctype.h> #define LEXDEBUG 0 struct lex lex; /* Make lexers for shifts 0, 1 and 2. */