pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-04
2003-08-04 16:23:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
56da37af4394301aac42677f2a2505b4ecb4976f (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Oops...
Rev: src/builtin_functions.c:1.501
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.
500
2003/08/04
15
:
39
:
38
grubba Exp $
+
|| $Id: builtin_functions.c,v 1.
501
2003/08/04
16
:
23
:
29
grubba Exp $
*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
500
2003/08/04
15
:
39
:
38
grubba Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
501
2003/08/04
16
:
23
:
29
grubba Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
6140:
nsec = args && !UNSAFE_IS_ZERO(Pike_sp-args); pop_n_elems(args);
-
if (
args
)
+
if (
nsec
)
push_int64(time); else push_int64(time/1000);