pike.git/
src/
pike_types.c
Branch:
Tag:
Non-build tags
All tags
No tags
2000-12-01
2000-12-01 20:24:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5528581f892328241acb61c2799bd46024b08a4f (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Enable PIKE_TYPE_DEBUG again if compiling with PIKE_DEBUG.
Rev: src/pike_types.c:1.144
5:
\*/ /**/ #include "global.h"
-
RCSID("$Id: pike_types.c,v 1.
143
2000/12/01
08
:
09
:
52
hubbe
Exp $");
+
RCSID("$Id: pike_types.c,v 1.
144
2000/12/01
20
:
24
:
00
grubba
Exp $");
#include <ctype.h> #include "svalue.h" #include "pike_types.h"
27:
#include "main.h" #include "opcodes.h"
-
/*
#define PIKE_TYPE_DEBUG */
+
#ifdef
PIKE_DEBUG
+
#define PIKE_TYPE_DEBUG
+
#endif
/
*
PIKE_DEBUG *
/
int max_correct_args;