Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gdtoa/gdtoaimp.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/lib/libc/gdtoa/gdtoaimp.h 2006/05/04 18:38:56 1.4 +++ src/lib/libc/gdtoa/gdtoaimp.h 2006/05/04 18:59:23 1.5 @@ -1,4 +1,4 @@ -/* $NetBSD: gdtoaimp.h,v 1.4 2006/05/04 18:38:56 christos Exp $ */ +/* $NetBSD: gdtoaimp.h,v 1.5 2006/05/04 18:59:23 christos Exp $ */ /**************************************************************** @@ -170,6 +170,8 @@ THIS SOFTWARE. /* #define IEEE_{BIG,LITTLE}_ENDIAN in ${ARCHDIR}/gdtoa/arith.h */ #include +#define Short int16_t +#define UShort uint16_t #define Long int32_t #define ULong uint32_t #define LLong int64_t