pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-01-15
2007-01-15 15:51:39 by Henrik Grubbström (Grubba) <grubba@grubba.org>
7f69140004ef63c814eb4e0d641a15750fea52d5 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Removed redundant check.
Rev: src/builtin_functions.c:1.622
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.
621
2007/01/15 15:
50
:
38
grubba Exp $
+
|| $Id: builtin_functions.c,v 1.
622
2007/01/15 15:
51
:
39
grubba Exp $
*/ #include "global.h"
2492:
if (s) { apply_svalue(s, args-1); pop_stack();
-
} else
if (args > 1)
{
+
} else {
fprintf(stderr, "No efun::werror() at exit.\n"); pop_n_elems(args-1); }