Branch: Tag:

2001-03-17

2001-03-17 16:37:43 by Henrik Grubbström (Grubba) <grubba@grubba.org>

The type type is now a complex type.

Rev: src/builtin_functions.c:1.353
Rev: src/encode.c:1.92
Rev: src/operators.c:1.130
Rev: src/pike_types.c:1.162
Rev: src/svalue.h:1.80

5:   \*/      /* -  * $Id: svalue.h,v 1.79 2001/03/09 02:27:57 hubbe Exp $ +  * $Id: svalue.h,v 1.80 2001/03/17 16:37:43 grubba Exp $    */   #ifndef SVALUE_H   #define SVALUE_H
138:   #define tProgram "\005"   #define tStr "\006"   #define tString "\006" - #define tType "\007" + #define tType(T) "\007" T   #define tInt "\010\200\000\000\000\177\377\377\377"   #define tInt0 "\010\000\000\000\000\000\000\000\000"   #define tInt1 "\010\000\000\000\001\000\000\000\001"