Branch: Tag:

2014-04-07

2014-04-07 18:50:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Internals: Increase visibility of f___get_first_arg_type().

It can be useful from other C-level code.

2583:    *! Returns @tt{0@} (zero) if a function of the type @[fun_type]    *! may not be called with any argument, or if it is not callable.    */ - static void f___get_first_arg_type(INT32 args) + void f___get_first_arg_type(INT32 args)   {    struct pike_type *res;    if (args != 1) {