op_names should compile without debug

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@385 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-02-26 21:11:57 +00:00
parent f152092a09
commit 07c18abb98

View File

@ -572,10 +572,6 @@ init_dbtable(tr_fr_ptr trail_ptr) {
} }
} }
#ifdef DEBUG
/* #define INSTRUMENT_GC 1 */
#ifndef ANALYST #ifndef ANALYST
static char *op_names[_std_top + 1] = static char *op_names[_std_top + 1] =
@ -587,6 +583,10 @@ static char *op_names[_std_top + 1] =
#endif #endif
#ifdef DEBUG
/* #define INSTRUMENT_GC 1 */
#ifdef INSTRUMENT_GC #ifdef INSTRUMENT_GC
typedef enum { typedef enum {
gc_var, gc_var,