pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
1999-11-08
1999-11-08 20:50:51 by Henrik Grubbström (Grubba) <grubba@grubba.org>
701881d42bbc411862141a129b3b2ed93fb2aa77 (
7
lines) (+
6
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
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. */ };