Branch: Tag:

2003-12-09

2003-12-09 08:11:53 by Martin Nilsson <mani@lysator.liu.se>

push_text -> push_constant_text

Rev: src/modules/Image/colors.c:1.70
Rev: src/modules/Image/image_module.c:1.19
Rev: src/modules/Image/layers.c:1.93
Rev: src/modules/Parser/parser.c:1.19
Rev: src/modules/_Roxen/roxen.c:1.35
Rev: src/modules/files/udp.c:1.61
Rev: src/signal_handler.c:1.289

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: parser.c,v 1.18 2003/12/01 20:17:04 nilsson Exp $ + || $Id: parser.c,v 1.19 2003/12/09 08:10:25 nilsson Exp $   */      #include "global.h"   #include "stralloc.h"   #include "global.h" - RCSID("$Id: parser.c,v 1.18 2003/12/01 20:17:04 nilsson Exp $"); + RCSID("$Id: parser.c,v 1.19 2003/12/09 08:10:25 nilsson Exp $");   #include "pike_macros.h"   #include "interpret.h"   #include "program.h"
147:    {    pop_stack();    stack_dup(); -  push_text("_Parser_"); +  push_constant_text("_Parser_");    stack_swap();    f_add(2);    SAFE_APPLY_MASTER("resolv",1);
156:    {    pop_stack();    stack_dup(); -  push_text("_Parser"); +  push_constant_text("_Parser");    SAFE_APPLY_MASTER("resolv",1);    stack_swap();    if(sp[-2].type == T_INT)