pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1998-07-22
1998-07-22 10:22:22 by Henrik Wallin <hedda@lysator.liu.se>
1e795f46a27c7f426ba8153d482025380723600b (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Array.everynth can now take 0 och 1 as a third argument.
Rev: src/builtin_functions.c:1.118
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
117
1998/07/
19
22:
49:08
grubba
Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
118
1998/07/
22
10:
22:
22
hedda
Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
2852:
default: case 3: start=sp[2-args].u.integer;
-
if(start<
2
) error("Third argument to everynth is negative.\n");
+
if(start<
0
) error("Third argument to everynth is negative.\n");
case 2: n=sp[1-args].u.integer; if(n<1) error("Second argument to everynth is negative.\n");