From 4244cf8c4f6ebc25ecb849e95ad55a1d0e8d5ac7 Mon Sep 17 00:00:00 2001 From: markc Date: Thu, 16 Feb 1995 09:12:14 +0000 Subject: [PATCH] Added support for RTfirst.o and RTend.o which mark the beginning and end of DYNINST code. Removed Boolean definition --- rtinst/h/trace.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/rtinst/h/trace.h b/rtinst/h/trace.h index 473d45d..814f657 100644 --- a/rtinst/h/trace.h +++ b/rtinst/h/trace.h @@ -2,7 +2,12 @@ * Define the trace format that is generated by the system. * * $Log: trace.h,v $ - * Revision 1.12 1994/07/22 19:24:00 hollings + * Revision 1.13 1995/02/16 09:12:14 markc + * Added support for RTfirst.o and RTend.o which mark the beginning and end + * of DYNINST code. + * Removed Boolean definition + * + * Revision 1.12 1994/07/22 19:24:00 hollings * added reporting of actual pause time for CM-5 * * Revision 1.11 1994/07/15 20:23:55 hollings @@ -48,11 +53,6 @@ #include "rtinst/h/rtinst.h" -#ifndef False -#define False 0 -#define True 1 -#endif - /* * Need to make this double word since we send long longs now and then * @@ -61,8 +61,6 @@ #define ALIGN_TO_WORDSIZE(x) (((x) + (WORDSIZE-1)) & ~(WORDSIZE-1)) -typedef char Boolean; - typedef float sampleValue; #define CONTROLLER_FD 3 -- 1.8.3.1