pike.git/
src/
gc.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-02-09
2003-02-09 13:35:29 by Martin Stjernholm <mast@lysator.liu.se>
cd9aecf5f7ff217d5de89b0b8e3aa817473934fe (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Added missing include.
Rev: src/gc.c:1.201
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: gc.c,v 1.
200
2003/02/
08
17
:
12
:
27
mast Exp $
+
|| $Id: gc.c,v 1.
201
2003/02/
09
13
:
35
:
29
mast Exp $
*/ #include "global.h"
25:
#include "constants.h" #include "interpret.h" #include "bignum.h"
+
#include "pike_threadlib.h"
#include "gc.h" #include "main.h"
32:
#include "block_alloc.h"
-
RCSID("$Id: gc.c,v 1.
200
2003/02/
08
17
:
12
:
27
mast Exp $");
+
RCSID("$Id: gc.c,v 1.
201
2003/02/
09
13
:
35
:
29
mast Exp $");
int gc_enabled = 1;