« Previous | Next » 

Revision 5aea4c58

ID5aea4c589aa16d30227a71e137faa9dca6a45748

Added by Andreas Färber almost 13 years ago

softfloat: Replace uint16 type with uint_fast16_t

Based on the following Coccinelle patch:

@
typedef uint16, uint_fast16_t;
@
-uint16
+uint_fast16_t

Fixes the build of the Cocoa frontend on Mac OS X and avoids a
workaround for AIX.

For pre-10 Solaris include osdep.h.

Reported-by: Pavel Borzenkov <>
Reported-by: Rui Carmo <>
Signed-off-by: Andreas Färber <>
Cc: Juan Pineda <>
Cc: malc <>
Cc: Ben Taylor <>
Tested-by: Bernhard Walle <>
Signed-off-by: Blue Swirl <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences