Branch: Tag:

2001-03-18

2001-03-18 00:59:34 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Fixed bug in decode_type().
Changed representation of USE_PIKE_TYPE T_ASSIGN nodes.
Added some more debug.
Added missing type_to_string().

Rev: src/encode.c:1.93
Rev: src/pike_types.c:1.163
Rev: src/pike_types.h:1.63

5:   \*/      /* -  * $Id: pike_types.h,v 1.62 2001/03/05 21:32:52 grubba Exp $ +  * $Id: pike_types.h,v 1.63 2001/03/18 00:59:34 grubba Exp $    */   #ifndef PIKE_TYPES_H   #define PIKE_TYPES_H
289:    struct pike_type *type_b,    int flags);   struct pike_type *make_pike_type(const char *t); + struct pike_string *type_to_string(struct pike_type *t);   int pike_type_allow_premature_toss(struct pike_type *type);   /* Prototypes end here */