Branch: Tag:

1998-02-27

1998-02-27 18:16:44 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

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: