pike.git
/
src
/
docode.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/docode.c:1:
/*\
-
||| This file
a
part of Pike
,
and
is
copyright
by
Fredrik
Hubinette
+
||| 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. \*/ /**/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
138
2001
/
12
/16
22
:
48
:
07
mast
Exp $");
+
RCSID("$Id: docode.c,v 1.
139
2002
/
01
/16
02
:
54
:
09
nilsson
Exp $");
#include "las.h" #include "program.h" #include "pike_types.h" #include "stralloc.h" #include "interpret.h" #include "constants.h" #include "array.h" #include "pike_macros.h" #include "pike_error.h" #include "pike_memory.h"