Branch: Tag:

1999-11-08

1999-11-08 20:50:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Now checks IN_TPIKE.

Rev: src/builtin_functions.c:1.204
Rev: src/las.c:1.99
Rev: src/peep.c:1.28

5:   \*/   /**/   #include "global.h" - RCSID("$Id: builtin_functions.c,v 1.203 1999/11/08 13:21:06 per Exp $"); + RCSID("$Id: builtin_functions.c,v 1.204 1999/11/08 20:50:48 grubba Exp $");   #include "interpret.h"   #include "svalue.h"   #include "pike_macros.h"
174:   #define CIM_CASEBITOFF 4 /* Same as above, but also offset by data */      static struct case_info case_info[] = { + #ifdef IN_TPIKE + #include "dummy_ci.h" + #else /* !IN_TPIKE */   #include "case_info.h" -  + #endif /* IN_TPIKE */    { 0x10000, CIM_NONE, 0x0000, }, /* End sentinel. */   };