pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-10-11
2004-10-11 17:08:43 by Martin Stjernholm <mast@lysator.liu.se>
555274eee236d290d5a6cceaddd9b9c79acd7b62 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.6
Fix.
Rev: src/builtin_functions.c:1.545
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: builtin_functions.c,v 1.
544
2004/10/11 17:
04:
08 mast Exp $
+
|| $Id: builtin_functions.c,v 1.
545
2004/10/11 17:
08
:
43
mast Exp $
*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
544
2004/10/11 17:
04:
08 mast Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
545
2004/10/11 17:
08
:
43
mast Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
3265:
yywarning("Optimizer failure in replace()."); s = format_exception_for_error_msg (&thrown); if (s) {
-
yywarning ("%
S
", s);
+
if (!s->size_shift)
yywarning ("%
s
", s
->str
);
free_string (s); } free_svalue(&thrown);