pike.git
/
src
/
lex.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/lex.c:1:
/*\ ||| This file a part of Pike, and is copyright by Fredrik Hubinette ||| Pike is distributed as GPL (General Public License) ||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: lex.c,v 1.
19
1997/03/
14
04:
37:16
hubbe Exp $");
+
RCSID("$Id: lex.c,v 1.
20
1997/03/
17
03:
04:
40
hubbe 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 "memory.h" #include "interpret.h" #include "error.h" #include "object.h" #include "las.h" #include "operators.h" #include "opcodes.h" #include "builtin_functions.h" #include "main.h"
-
#include "macros.h"
+
#include "
pike_
macros.h"
#include <sys/param.h> #include <ctype.h> #include <math.h> #include <fcntl.h> #include <errno.h> #include "time_stuff.h" #define LEXDEBUG 0 #define EXPANDMAX 500000