pike.git/
src/
interpret.h
Branch:
Tag:
Non-build tags
All tags
No tags
2004-03-05
2004-03-05 23:37:14 by Martin Nilsson <mani@lysator.liu.se>
b9114dea6196d57954306c8a14790fc9cb41470f (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
We need object.h for master(). We don't need bignum.h
Rev: src/interpret.h:1.149
2:
|| 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: interpret.h,v 1.
148
2003
/
12
/
23
15
:
17
:
33
grubba
Exp $
+
|| $Id: interpret.h,v 1.
149
2004
/
03
/
05
23:
37
:
14
nilsson
Exp $
*/ #ifndef INTERPRET_H
11:
#include "global.h" #include "program.h" #include "pike_error.h"
-
#include "
bignum
.h"
+
#include "
object
.h"
struct Pike_interpreter { /* Swapped variables */