pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-03-03
2007-03-03 18:15:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>
ea4fb63a0c7fa5edfd601a9774b2fb0f9c203530 (
11
lines) (+
6
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Added some more.
Rev: src/builtin_functions.c:1.626
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.
625
2007/03/03 18:
13
:
06
grubba Exp $
+
|| $Id: builtin_functions.c,v 1.
626
2007/03/03 18:
15
:
34
grubba Exp $
*/ #include "global.h"
2206:
push_string(out); }
-
/*! @decl string __parse_pike_type(string t)
+
/*! @decl string
(8)
__parse_pike_type(string
(8)
t)
*/ static void f_parse_pike_type( INT32 args ) {
8976:
/* Some Wide-string stuff */
-
/* function(string:string) */
+
/* function(string:string
(8
)
)
*/
ADD_EFUN("string_to_unicode", f_string_to_unicode,
-
tFunc(tStr,
tStr
), OPT_TRY_OPTIMIZE);
+
tFunc(tStr,
tStr8
), OPT_TRY_OPTIMIZE);
/* function(string(8):string) */ ADD_EFUN("unicode_to_string", f_unicode_to_string,
8994:
ADD_EFUN("__parse_pike_type", f_parse_pike_type,
-
tFunc(
tStr
,
tStr
),OPT_TRY_OPTIMIZE);
+
tFunc(
tStr8
,
tStr8
),OPT_TRY_OPTIMIZE);
#ifdef HAVE_LOCALTIME