Branch: Tag:

2007-03-29

2007-03-29 15:54:58 by Henrik Grubbström (Grubba) <grubba@grubba.org>

NOTE: Changed argument order for low_new_check_call().

Rev: src/pike_types.h:1.101

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.100 2007/03/28 15:23:39 grubba Exp $ + || $Id: pike_types.h,v 1.101 2007/03/29 15:54:58 grubba Exp $   */      #ifndef PIKE_TYPES_H
233:    struct pike_type *type,    int strict);   struct pike_type *get_argument_type(struct pike_type *fun, int arg_no); - struct pike_type *low_new_check_call(struct pike_type *arg_type, -  struct pike_type *fun_type, + struct pike_type *low_new_check_call(struct pike_type *fun_type, +  struct pike_type *arg_type,    INT32 flags);   struct pike_type *new_get_return_type(struct pike_type *fun_type,    INT32 flags);