Branch: Tag:

2004-06-30

2004-06-30 00:19:27 by Martin Nilsson <mani@lysator.liu.se>

Use Pike_vsnprintf

Rev: src/docode.c:1.178
Rev: src/language.yacc:1.337
Rev: src/las.c:1.347
Rev: src/lexer.h:1.49
Rev: src/program.c:1.565
Rev: src/program.h:1.207

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: docode.c,v 1.177 2004/06/02 00:09:48 nilsson Exp $ + || $Id: docode.c,v 1.178 2004/06/30 00:17:21 nilsson Exp $   */      #include "global.h" - RCSID("$Id: docode.c,v 1.177 2004/06/02 00:09:48 nilsson Exp $"); + RCSID("$Id: docode.c,v 1.178 2004/06/30 00:17:21 nilsson Exp $");   #include "las.h"   #include "program.h"   #include "pike_types.h"
1839:    for (lbl_name = label->name; lbl_name; lbl_name = lbl_name->next)    if (lbl_name->str == name)    goto label_found_1; -  my_yyerror("No surrounding statement labeled '%s'.", name->str); +  my_yyerror("No surrounding statement labeled %S.", name);    return 0;       label_found_1: