pike.git
/
src
/
builtin.cmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/builtin.cmod:1:
/* -*- c -*- || 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: builtin.cmod,v 1.
143
2003/
09/
11 10:
49
:
53
marcus
Exp $
+
|| $Id: builtin.cmod,v 1.
144
2003/
11
/
14
10:
26
:
43
mast
Exp $
*/ #include "global.h" #include "interpret.h" #include "svalue.h"
-
#include "opcodes.h"
+
#include "pike_macros.h" #include "object.h" #include "program.h" #include "array.h" #include "pike_error.h" #include "constants.h" #include "mapping.h" #include "stralloc.h" #include "multiset.h" #include "pike_types.h"