pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-12-13
1999-12-13 21:48:24 by Henrik Grubbström (Grubba) <grubba@grubba.org>
e498d9f0d6413535a5367f68bd20a995dc37d3db (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Now includes pike_types.h.
Rev: src/interpret.c:1.133
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: interpret.c,v 1.
132
1999/12/
05
16
:
35
:
31
mirar
Exp $");
+
RCSID("$Id: interpret.c,v 1.
133
1999/12/
13
21
:
48
:
24
grubba
Exp $");
#include "interpret.h" #include "object.h" #include "program.h"
32:
#include "security.h" #include "block_alloc.h" #include "bignum.h"
+
#include "pike_types.h"
#include <fcntl.h> #include <errno.h>