pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-03
2004-11-03 01:26:30 by Lance Dillon <riffraff169@yahoo.com>
148430a0a6385360504e39a9d13b672ef6489fe0 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed typo found by Lance Dillon.
Rev: src/builtin_functions.c:1.573
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.
572
2004/
10
/
16
07
:
28
:
28
agehall
Exp $
+
|| $Id: builtin_functions.c,v 1.
573
2004/
11
/
03
01
:
26
:
30
nilsson
Exp $
*/ #include "global.h"
7625:
INT_TYPE n; if (args<1)
-
SIMPLE_TOO_FEW_ARGS_ERROR("
enumarate
", 1);
+
SIMPLE_TOO_FEW_ARGS_ERROR("
enumerate
", 1);
if (args<2) { push_int(1);