pike.git/
src/
docode.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-02-27
1998-02-27 18:16:44 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
fb05b6bcad625c3712a44820437e95da0edc2029 (
6
lines) (+
4
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
fatal error on illegal lvalue removed
Rev: src/docode.c:1.32
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: docode.c,v 1.
31
1998/02/
20
00
:
36
:
17
hubbe Exp $");
+
RCSID("$Id: docode.c,v 1.
32
1998/02/
27
18
:
16
:
44
hubbe Exp $");
#include "las.h" #include "program.h" #include "language.h"
247:
default: yyerror("Illegal lvalue."); emit(F_NUMBER,0);
-
return
1
;
+
emit(F_NUMBER,0);
+
return
2
;
case F_ARRAY_LVALUE: case F_LVALUE_LIST: