Branch: Tag:

2002-06-25

2002-06-25 14:26:41 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Removed the support for the old-style preorder dumped types (pre USE_PIKE_TYPE).

Rev: src/acconfig.h:1.101
Rev: src/builtin_functions.c:1.433
Rev: src/compilation.h:1.27
Rev: src/configure.in:1.590
Rev: src/constants.c:1.37
Rev: src/encode.c:1.149
Rev: src/global.h:1.70
Rev: src/interpret.c:1.262
Rev: src/language.yacc:1.288
Rev: src/las.c:1.295
Rev: src/main.c:1.149
Rev: src/operators.c:1.156
Rev: src/pike_types.c:1.188
Rev: src/pike_types.h:1.78
Rev: src/program.c:1.437
Rev: src/svalue.c:1.142
Rev: src/svalue.h:1.105

5:   \*/      /* -  * $Id: global.h,v 1.69 2002/05/31 22:41:24 nilsson Exp $ +  * $Id: global.h,v 1.70 2002/06/25 14:26:40 grubba Exp $    */   #ifndef GLOBAL_H   #define GLOBAL_H
387:    */   #define Pike_error_present    - /* This stuff is here to avoid circularities with -  * svalue.h and pike_types.h -  */ - #ifndef USE_PIKE_TYPE - /* -  * The old type type. -  */ - #define pike_type pike_string - #endif /* !USE_PIKE_TYPE */ + /* Compatibility... */ + #define USE_PIKE_TYPE 2      #ifdef PIKE_RUN_UNLOCKED   #define DO_IF_RUN_UNLOCKED(X) X