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.123 2008/06/29 21:33:25 marcus Exp $
+
||
$Id$
*/ #include "global.h" #include "lex.h" #include "stuff.h" #include "bignum.h" #include "pike_compiler.h" #include "interpret.h" #include <ctype.h>