pike.git
/
src
/
modules
/
Parser
/
parser.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/Parser/parser.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: parser.c,v 1.15 2002/10/08 20:22:35 nilsson Exp $
+
\*/
#include "global.h" #include "stralloc.h" #include "global.h"
-
RCSID("$Id: parser.c,v 1.
14
2002/
08
/
15
14
:
50
:
26
marcus
Exp $");
+
RCSID("$Id: parser.c,v 1.
15
2002/
10/
08
20
:
22
:
35
nilsson
Exp $");
#include "pike_macros.h" #include "interpret.h" #include "program.h" #include "program_id.h" #include "object.h" #include "operators.h" #include "parser.h" /* must be included last */