pike.git/
src/
las.c
Branch:
Tag:
Non-build tags
All tags
No tags
2006-01-09
2006-01-09 13:18:55 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b8281916a5d747290a585030d7ea6fbcc64b5c8c (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.4
Bugfix for LysLysKOM 14009036.
Rev: src/las.c:1.329
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: las.c,v 1.
328
2005
/
06
/09
17
:
57
:
56
mast
Exp $
+
|| $Id: las.c,v 1.
329
2006
/
01
/09
13
:
18
:
55
grubba
Exp $
*/ #include "global.h"
-
RCSID("$Id: las.c,v 1.
328
2005
/
06
/09
17
:
57
:
56
mast
Exp $");
+
RCSID("$Id: las.c,v 1.
329
2006
/
01
/09
13
:
18
:
55
grubba
Exp $");
#include "language.h" #include "interpret.h"
3484:
my_yyerror("Assigning a void expression."); copy_pike_type(n->type, void_type_string); break;
+
} else if (!CDR(n)) {
+
copy_pike_type(n->type, CAR(n)->type);
+
break;
} else if(CAR(n) && CDR(n)) { /* Ensure that the type-fields are up to date. */ fix_type_field(CAR(n));