Branch: Tag:

1999-11-18

1999-11-18 16:40:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Support for F_POP_VALUE nodes.
(Equvivalent to F_CAST void_type_string nodes).

Rev: src/docode.c:1.55

5:   \*/   /**/   #include "global.h" - RCSID("$Id: docode.c,v 1.54 1999/11/11 13:55:58 grubba Exp $"); + RCSID("$Id: docode.c,v 1.55 1999/11/18 16:40:52 grubba Exp $");   #include "las.h"   #include "program.h"   #include "language.h"
683:    return 0;    }    +  case F_POP_VALUE: +  { +  DO_CODE_BLOCK(CAR(n)); +  return 0; +  } +     case F_CAST:    if(n->type==void_type_string)    {