pike.git/
src/
error.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-10-22
2004-10-22 23:44:49 by Martin Nilsson <mani@lysator.liu.se>
b9d3f3d7cd53727992d68e6c8f7600386205405c (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Right number of arguments.
Rev: src/error.c:1.135
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: error.c,v 1.
134
2004/10/22
20
:
17
:
13
grubba
Exp $
+
|| $Id: error.c,v 1.
135
2004/10/22
23
:
44
:
49
nilsson
Exp $
*/ #define NO_PIKE_SHORTHAND
957:
{ bad_arg_error (name, Pike_sp-args, args, expected, NULL, NULL, "Too few arguments to %s(). Expected at least %d (got %d).\n",
-
name,
args,
expected, args);
+
name, expected, args);
}else { bad_arg_error (name, Pike_sp-args, args, expected, NULL, NULL, "Too many arguments to %s(). Expected at most %d (got %d).\n",