Branch: Tag:

2003-09-19

2003-09-19 13:42:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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);