Ignore:
Timestamp:
May 3, 2003, 11:45:43 PM (22 years ago)
Author:
bird
Message:

Applied the original 2.11.2 diff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/binutils/gprof/gmon.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r85 r86  
    7070/*
    7171 * Histogram counters are unsigned shorts:
     72 * For emx, histogram counters are unsigned longs.
    7273 */
     74#ifdef EMX
     75#define HISTCOUNTER unsigned long
     76#else
    7377#define HISTCOUNTER unsigned short
     78#endif
    7479
    7580/*
Note: See TracChangeset for help on using the changeset viewer.