Branch: Tag:

2000-05-24

2000-05-24 01:21:38 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>

Parser.C should now resolv properly

Rev: lib/master.pike.in:1.120
Rev: src/modules/Parser/parser.c:1.6

1:   #include "global.h"   #include "stralloc.h"   #include "global.h" - RCSID("$Id: parser.c,v 1.5 1999/12/30 20:42:03 mast Exp $"); + RCSID("$Id: parser.c,v 1.6 2000/05/24 01:21:38 hubbe Exp $");   #include "pike_macros.h"   #include "interpret.h"   #include "program.h"
144:    push_int(0);    SAFE_APPLY_MASTER("resolv",2);    stack_swap(); +  if(sp[-2].type == T_INT) +  { +  pop_stack(); +  }else{    f_index(2);    } -  +  }    stack_swap();    pop_stack();   }