pike.git
/
src
/
docode.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/docode.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: docode.c,v 1.
141
2002/
04
/
07
19
:
34
:
53
marcus
Exp $");
+
RCSID("$Id: docode.c,v 1.
142
2002/
05
/
31
22
:
41
:
23
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"