pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-03-24
2000-03-24 02:29:40 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
55820d947950768a8ccf567e19d37928319c57b2 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
0.6
fix for oracle.
Rev: src/builtin_functions.c:1.147
Rev: src/object.c:1.56
4:
||| See the files COPYING and DISCLAIMER for more information. \*/ #include "global.h"
-
RCSID("$Id: builtin_functions.c,v 1.
146
1999
/
05
/
08
00
:
57
:
56
hubbe Exp $");
+
RCSID("$Id: builtin_functions.c,v 1.
147
2000
/
03
/
24
02
:
29
:
30
hubbe Exp $");
#include "interpret.h" #include "svalue.h" #include "pike_macros.h"
2060:
#endif #ifdef HAVE_MKTIME
-
static
void f_mktime (INT32 args)
+
void f_mktime (INT32 args)
{ INT32 sec, min, hour, mday, mon, year, isdst; struct tm date;