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.
567
2004/09/18 20:
16
:
15
per
Exp $
+
|| $Id: program.c,v 1.
568
2004/09/18 20:
50
:
53
nilsson
Exp $
*/ #include "global.h"
-
RCSID("$Id: program.c,v 1.567 2004/09/18 20:16:15 per Exp $");
+
#include "program.h" #include "object.h" #include "dynamic_buffer.h" #include "pike_types.h" #include "stralloc.h" #include "las.h" #include "lex.h" #include "pike_macros.h" #include "fsort.h" #include "pike_error.h"