--- src/usr.bin/gprof/i386.h 2003/06/17 02:56:09 1.1 +++ src/usr.bin/gprof/i386.h 2006/07/31 12:12:08 1.2 @@ -31,6 +31,7 @@ * SUCH DAMAGE. * * @(#)i386.h 8.1 (Berkeley) 6/6/93 + * $DragonFly$ */ /* @@ -38,7 +39,6 @@ * (see asgnsamples for use and explanation.) */ #define OFFSET_OF_CODE 0 -#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) enum opermodes { dummy }; typedef enum opermodes operandenum;