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 under GPL, LGPL and MPL. See the file COPYING
-
||
|
for more information.
-
||
|
$Id: docode.c,v 1.
149
2002/10/
08
23
:
31
:
23
nilsson Exp $
-
\
*/
-
/**/
+
/*
+
|| 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: docode.c,v 1.
150
2002/10/
11
01
:
39
:
30
nilsson Exp $
+
*/
#include "global.h"
-
RCSID("$Id: docode.c,v 1.
149
2002/10/
08
23
:
31
:
23
nilsson Exp $");
+
RCSID("$Id: docode.c,v 1.
150
2002/10/
11
01
:
39
:
30
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"