pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2002-11-22
2002-11-22 14:47:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>
bfdc443733db3f0085d02c438190f21f2a311a6b (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Bugfix.
Rev: src/docode.c:1.158
Rev: src/encode.c:1.157
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: docode.c,v 1.
157
2002/11/
18
16
:
41
:
11
grubba Exp $
+
|| $Id: docode.c,v 1.
158
2002/11/
22
14
:
47
:
43
grubba Exp $
*/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
157
2002/11/
18
16
:
41
:
11
grubba Exp $");
+
RCSID("$Id: docode.c,v 1.
158
2002/11/
22
14
:
47
:
43
grubba Exp $");
#include "las.h" #include "program.h" #include "pike_types.h"
2069:
/* FALL_THROUGH */ default: #ifdef PIKE_DEBUG
-
if((n->type == T_OBJECT) &&
+
if((n->
u.sval.
type == T_OBJECT) &&
(n->u.sval.u.object->next == n->u.sval.u.object)) Pike_fatal("Internal error: Pointer to parent cannot be a compile time constant!\n"); #endif