From 07c18abb98e4f65db1a2528c3363adc0d34a699a Mon Sep 17 00:00:00 2001 From: vsc Date: Tue, 26 Feb 2002 21:11:57 +0000 Subject: [PATCH] op_names should compile without debug git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@385 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- C/heapgc.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/C/heapgc.c b/C/heapgc.c index 26fb9e586..8ec7a8ff8 100644 --- a/C/heapgc.c +++ b/C/heapgc.c @@ -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,