pike.git
/
src
/
program.c
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/program.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: program.c,v 1.501 2006/07/04 14:38:16 mast Exp $
+
||
$Id$
*/ #include "global.h"
-
RCSID("
$Id: program.c,v 1.501 2006/07/04 14:38:16 mast Exp $
");
+
RCSID("
$Id$
");
#include "program.h" #include "object.h" #include "dynamic_buffer.h" #include "pike_types.h" #include "stralloc.h" #include "las.h" #include "language.h" #include "lex.h" #include "pike_macros.h" #include "fsort.h"