add tahoe; CALLSDEBUG -> CALLDEBUG (so folks won't think they must redefine)
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 7 Jan 1986 16:00:53 +0000 (08:00 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Tue, 7 Jan 1986 16:00:53 +0000 (08:00 -0800)
SCCS-vsn: usr.bin/gprof/gprof.h 5.2

usr/src/usr.bin/gprof/gprof.h

index e4e8a7b..0f5c59b 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)gprof.h     5.1 (Berkeley) %G%
+ *     @(#)gprof.h     5.2 (Berkeley) %G%
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
 #   include "vax.h"
 #endif
 #if sun
 #   include "vax.h"
 #endif
 #if sun
-#    include "sun.h"
+#   include "sun.h"
+#endif
+#if tahoe
+#   include "tahoe.h"
 #endif
 
 
 #endif
 
 
@@ -246,7 +249,7 @@ int         totalcmp();
 #define        TIMEDEBUG       16
 #define        SAMPLEDEBUG     32
 #define        AOUTDEBUG       64
 #define        TIMEDEBUG       16
 #define        SAMPLEDEBUG     32
 #define        AOUTDEBUG       64
-#define        CALLSDEBUG      128
+#define        CALLDEBUG       128
 #define        LOOKUPDEBUG     256
 #define        PROPDEBUG       512
 #define        ANYDEBUG        1024
 #define        LOOKUPDEBUG     256
 #define        PROPDEBUG       512
 #define        ANYDEBUG        1024