/*$Header: /tmp_mnt/home/rjg/rjg/Ml/fam.src/UPTODATE/RCS/debug.h,v 4.0 89/09/20 13:32:40 rjg Exp $*/
/*$Log:	debug.h,v $
 * Revision 4.0  89/09/20  13:32:40  rjg
 * incorporated RCS
 * */


#ifdef DEBUGinterp

#ifndef NumByteCodes
#include "bcodes.h"
#endif

#ifndef INTZERO
#include    "globdefs.h"
#include "structs.h"
#endif

#  define TraceBackSize 100

	char	OpNameFile[1024]	 = "OpCodeCount"  ;
	int	TraceInst	 = 0  ;
	Byte	nextbyte;
	int	OpcodeCount[NumByteCodes];
	int	DynamicOpcodeCount[NumByteCodes];
	Byte	TraceBackList[TraceBackSize];
	int	LastInst	 = TraceBackSize ,
		FirstInst	 = TraceBackSize ;

#endif

