pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2007-03-29
2007-03-29 16:39:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b065c5ba1de0f2ca20d1241937d78ea172d42181 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed type for __low_check_call().
Rev: src/builtin_functions.c:1.632
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.
631
2007/03/29
15
:
59
:
21
grubba Exp $
+
|| $Id: builtin_functions.c,v 1.
632
2007/03/29
16
:
39
:
42
grubba Exp $
*/ #include "global.h"
9184:
tFunc(tStr8,tStr8),OPT_TRY_OPTIMIZE); ADD_EFUN("__low_check_call", f___low_check_call,
-
tFunc(tType(
tMix
) tType(
tCallable
) tOr(tInt,tVoid),
+
tFunc(tType(
tCallable
) tType(
tMix
) tOr(tInt,tVoid),
tType(tCallable)), OPT_TRY_OPTIMIZE);