ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/Unix/sysdeps.h (file contents):
Revision 1.22 by cebix, 2002-02-07T16:10:55Z vs.
Revision 1.23 by gbeauche, 2002-09-16T12:03:07Z

# Line 158 | Line 158 | typedef struct timespec tm_time_t;
158   typedef struct timeval tm_time_t;
159   #endif
160  
161 + /* Define codes for all the float formats that we know of.
162 + * Though we only handle IEEE format.  */
163 + #define UNKNOWN_FLOAT_FORMAT 0
164 + #define IEEE_FLOAT_FORMAT 1
165 + #define VAX_FLOAT_FORMAT 2
166 + #define IBM_FLOAT_FORMAT 3
167 + #define C4X_FLOAT_FORMAT 4
168 +
169   /* UAE CPU data types */
170   #define uae_s8 int8
171   #define uae_u8 uint8

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines