Changeset 86 for trunk/src/binutils/gprof/gmon.h
- Timestamp:
- May 3, 2003, 11:45:43 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/binutils/gprof/gmon.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r85 r86 70 70 /* 71 71 * Histogram counters are unsigned shorts: 72 * For emx, histogram counters are unsigned longs. 72 73 */ 74 #ifdef EMX 75 #define HISTCOUNTER unsigned long 76 #else 73 77 #define HISTCOUNTER unsigned short 78 #endif 74 79 75 80 /* -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.