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
as
GPL
(General
Public
License)
-
|||
See the
files
COPYING
and DISCLAIMER
for more information.
+
||| Pike is distributed
under
GPL
,
LGPL
and
MPL.
See the
file
COPYING
+
|||
for more information.
\*/ /**/ #include "global.h"
-
RCSID("$Id: lex.c,v 1.
103
2002/05/
10
22:
28
:
28
mast
Exp $");
+
RCSID("$Id: lex.c,v 1.
104
2002/05/
31
22:
41
:
24
nilsson
Exp $");
#include "language.h" #include "array.h" #include "lex.h" #include "stralloc.h" #include "dynamic_buffer.h" #include "constants.h" #include "hashtable.h" #include "stuff.h" #include "pike_memory.h" #include "interpret.h"