Branch: Tag:

2008-07-09

2008-07-09 20:43:46 by Martin Stjernholm <mast@lysator.liu.se>

A little more constness.

Rev: src/las.c:1.426
Rev: src/las.h:1.80
Rev: src/pike_types.c:1.348
Rev: src/pike_types.h:1.121

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.120 2008/06/18 20:48:09 grubba Exp $ + || $Id: pike_types.h,v 1.121 2008/07/09 20:43:46 mast Exp $   */      #ifndef PIKE_TYPES_H
282:    node *args, INT32 *argno, INT32 flags);   struct pike_type *zzap_function_return(struct pike_type *t,    struct pike_type *fun_ret); - struct pike_type *get_type_of_svalue(struct svalue *s); + struct pike_type *get_type_of_svalue(const struct svalue *s);   struct pike_type *object_type_to_program_type(struct pike_type *obj_t);   PMOD_EXPORT char *get_name_of_type(TYPE_T t);   void cleanup_pike_types(void);