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:
parent
f152092a09
commit
07c18abb98
@ -572,10 +572,6 @@ init_dbtable(tr_fr_ptr trail_ptr) {
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
/* #define INSTRUMENT_GC 1 */
|
||||
|
||||
#ifndef ANALYST
|
||||
|
||||
static char *op_names[_std_top + 1] =
|
||||
@ -587,6 +583,10 @@ static char *op_names[_std_top + 1] =
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
/* #define INSTRUMENT_GC 1 */
|
||||
|
||||
#ifdef INSTRUMENT_GC
|
||||
typedef enum {
|
||||
gc_var,
|
||||
|
Reference in New Issue
Block a user