Branch: Tag:

2006-10-27

2006-10-27 18:19:42 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Added get_argument_type(). get_name_of_type() now knows about PIKE_T_GET_SET.

Rev: src/pike_types.c:1.258
Rev: src/pike_types.h:1.96

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: pike_types.h,v 1.95 2006/07/05 19:28:10 mast Exp $ + || $Id: pike_types.h,v 1.96 2006/10/27 18:19:42 grubba Exp $   */      #ifndef PIKE_TYPES_H
200:   struct pike_type *check_call(struct pike_type *args,    struct pike_type *type,    int strict); + struct pike_type *get_argument_type(struct pike_type *fun, int arg_no);   struct pike_type *zzap_function_return(struct pike_type *t, INT32 id);   struct pike_type *get_type_of_svalue(struct svalue *s);   struct pike_type *object_type_to_program_type(struct pike_type *obj_t);