pike.git/
src/
interpret.c
Branch:
Tag:
Non-build tags
All tags
No tags
2008-03-29
2008-03-29 02:53:26 by Martin Stjernholm <mast@lysator.liu.se>
24ef73059a29e104faa738dce49a32b00f51992d (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
A little doc about T_ARRAY_LVALUE arrays.
Rev: src/interpret.c:1.392
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.c,v 1.
391
2008/03/29
01
:
52
:
49
mast Exp $
+
|| $Id: interpret.c,v 1.
392
2008/03/29
02
:
53
:
26
mast Exp $
*/ #include "global.h"
339:
* object[index] : { object, index } (external object indexing) * local variable : { svalue pointer (T_SVALUE_PTR), nothing (T_VOID) } * global variable : { object, identifier index (T_OBJ_INDEX) } (internal object indexing)
+
* lvalue array: { T_ARRAY_LVALUE, array with lvalue pairs }
*/ void lvalue_to_svalue_no_free(struct svalue *to,struct svalue *lval)