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.
670
2008/04/19
15
:
36
:
48
mbaehr
Exp $
+
|| $Id: program.c,v 1.
671
2008/04/19
17
:
04
:
30
grubba
Exp $
*/ #include "global.h" #include "program.h" #include "object.h" #include "dynamic_buffer.h" #include "pike_types.h" #include "stralloc.h" #include "las.h" #include "lex.h"
pike.git/src/program.c:7246:
APPLY_MASTER("resolv", args); } END_CYCLIC(); } else { pop_n_elems(args); push_undefined(); } }
-
/*! @endclass
-
*/
-
+
/*! @class PikeCompiler *! *! The Pike compiler. *! *! An object of this class compiles a single string *! of Pike code. */ static void free_compilation(struct compilation *c) {