pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-08-15
2008-08-15 17:26:15 by Martin Stjernholm <mast@lysator.liu.se>
cac3c43f65983697017c97a17552c6c8788cdf58 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed wrong runtime type for a mapped variable. This could cause gc fatals.
Rev: src/program.c:1.744
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: program.c,v 1.
743
2008/08/
14
22
:
12
:
39
mast Exp $
+
|| $Id: program.c,v 1.
744
2008/08/
15
17
:
26
:
15
mast Exp $
*/ #include "global.h"
9204:
PIKE_MAP_VARIABLE("target", OFFSETOF(compilation, target), tPrg(tObj), PIKE_T_PROGRAM, ID_HIDDEN); PIKE_MAP_VARIABLE("placeholder", OFFSETOF(compilation, placeholder),
-
tObj, PIKE_T_
PROGRAM
, ID_HIDDEN);
+
tObj, PIKE_T_
OBJECT
, ID_HIDDEN);
PIKE_MAP_VARIABLE("p", OFFSETOF(compilation, p), tPrg(tObj), PIKE_T_PROGRAM, ID_HIDDEN); PIKE_MAP_VARIABLE("current_file", OFFSETOF(compilation, lex.current_file),