Branch: Tag:

2002-05-10

2002-05-10 23:59:27 by Martin Nilsson <mani@lysator.liu.se>

sp -> Pike_sp

Rev: src/array.c:1.125
Rev: src/builtin_functions.c:1.427
Rev: src/dynamic_load.c:1.63
Rev: src/gc.c:1.181
Rev: src/interpret_functions.h:1.102
Rev: src/language.yacc:1.280
Rev: src/las.c:1.286
Rev: src/mapping.c:1.147
Rev: src/multiset.c:1.47
Rev: src/pike_search.c:1.8
Rev: src/post_modules/GL/gen.pike:1.15
Rev: src/post_modules/GL/top.c:1.15
Rev: src/post_modules/GLUT/gen.pike:1.2
Rev: src/stralloc.c:1.141

23:   #include "stuff.h"   #include "bignum.h"    - RCSID("$Id: array.c,v 1.124 2002/03/06 11:01:59 grubba Exp $"); + RCSID("$Id: array.c,v 1.125 2002/05/10 23:35:06 nilsson Exp $");      PMOD_EXPORT struct array empty_array=   {
741:    if (FIND_LFUN(a->u.object->prog,LFUN_LT) != -1) {    push_svalue(b);    apply_lfun(a->u.object,LFUN_LT,1); -  if(!UNSAFE_IS_ZERO(sp-1)) +  if(!UNSAFE_IS_ZERO(Pike_sp-1))    {    pop_stack();    return -1;
751:    if (FIND_LFUN(a->u.object->prog,LFUN_GT) != -1) {    push_svalue(b);    apply_lfun(a->u.object,LFUN_GT,1); -  if(!UNSAFE_IS_ZERO(sp-1)) +  if(!UNSAFE_IS_ZERO(Pike_sp-1))    {    pop_stack();    return 1;
761:    if (FIND_LFUN(a->u.object->prog,LFUN_EQ) != -1) {    push_svalue(b);    apply_lfun(a->u.object,LFUN_EQ,1); -  if (!UNSAFE_IS_ZERO(sp-1)) { +  if (!UNSAFE_IS_ZERO(Pike_sp-1)) {    pop_stack();    return 0;    }
772:    if (FIND_LFUN(b->u.object->prog,LFUN_LT) != -1) {    push_svalue(a);    apply_lfun(b->u.object,LFUN_LT,1); -  if(!UNSAFE_IS_ZERO(sp-1)) +  if(!UNSAFE_IS_ZERO(Pike_sp-1))    {    pop_stack();    return 1;
782:    if (FIND_LFUN(b->u.object->prog,LFUN_GT) != -1) {    push_svalue(a);    apply_lfun(b->u.object,LFUN_GT,1); -  if(!UNSAFE_IS_ZERO(sp-1)) +  if(!UNSAFE_IS_ZERO(Pike_sp-1))    {    pop_stack();    return -1;
792:    if (FIND_LFUN(b->u.object->prog,LFUN_EQ) != -1) {    push_svalue(a);    apply_lfun(b->u.object,LFUN_EQ,1); -  if (!UNSAFE_IS_ZERO(sp-1)) { +  if (!UNSAFE_IS_ZERO(Pike_sp-1)) {    pop_stack();    return 0;    }