Branch: Tag:

2005-05-06

2005-05-06 00:48:32 by Martin Nilsson <mani@lysator.liu.se>

Use push_empty_string()

Rev: src/builtin.cmod:1.178
Rev: src/language.yacc:1.358
Rev: src/modules/HTTPLoop/requestobject.c:1.30
Rev: src/modules/Image/encodings/iff.c:1.16
Rev: src/modules/Image/encodings/ras.c:1.25
Rev: src/modules/Image/encodings/xwd.c:1.29
Rev: src/modules/Image/font.c:1.85
Rev: src/modules/Mysql/mysql.c:1.90
Rev: src/modules/Odbc/odbc.c:1.38
Rev: src/modules/Odbc/odbc_result.c:1.40
Rev: src/modules/_Image_GIF/image_gif.c:1.22
Rev: src/modules/_Roxen/roxen.c:1.45
Rev: src/modules/files/efuns.c:1.164
Rev: src/modules/files/file.c:1.350
Rev: src/modules/spider/spider.c:1.130
Rev: src/modules/spider/xml.c:1.74
Rev: src/modules/system/memory.c:1.33
Rev: src/modules/system/passwords.c:1.47

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: language.yacc,v 1.357 2005/02/28 12:55:46 grubba Exp $ + || $Id: language.yacc,v 1.358 2005/05/06 00:41:54 nilsson Exp $   */      %pure_parser
412:    {    ref_push_string(Pike_compiler->last_identifier);    }else{ -  push_constant_text(""); +  push_empty_string();    }    $$=$1;   
4007:    /* yyerror() can be called from define_function(), which    * can be called by the C module initialization code.    */ -  push_constant_text(""); +  push_empty_string();    }    push_int(lex.current_line);    ref_push_string(str);