pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-09-19
2003-09-19 13:42:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
c3823f755f48ff7a54fc539ebc3c387eb99a5c48 (
9
lines) (+
5
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo.
Rev: src/docode.c:1.171
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.
170
2003/09/19 13:
37
:
56
grubba Exp $
+
|| $Id: docode.c,v 1.
171
2003/09/19 13:
42:
37 grubba Exp $
*/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
170
2003/09/19 13:
37
:
56
grubba Exp $");
+
RCSID("$Id: docode.c,v 1.
171
2003/09/19 13:
42:
37 grubba Exp $");
#include "las.h" #include "program.h" #include "pike_types.h"
2240:
} case F_VAL_LVAL:
-
res
= do_docode(CAR(n),flags);
-
return
res
+ do_docode(CDR(n), flags | DO_LVALUE);
+
ret
= do_docode(CAR(n),flags);
+
return
ret
+ do_docode(CDR(n), flags | DO_LVALUE);
case F_AUTO_MAP: emit0(F_MARK);