| Submitter | Rui Carmo |
|---|---|
| Date | Jan. 11, 2012, 7:17 p.m. |
| Message ID | <D46EFA1C-1490-4548-B0E4-08ACAD4BFB3D@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/135473/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/fpu/softfloat.h b/fpu/softfloat.h index 07c2929..229d834 100644 --- a/fpu/softfloat.h +++ b/fpu/softfloat.h @@ -57,7 +57,7 @@ typedef uint8_t flag; typedef uint8_t uint8; typedef int8_t int8; #ifndef _AIX -typedef int uint16; +typedef uint16_t uint16; -typedef int int16; +typedef int16_t int16; #endif typedef unsigned int uint32;