- Timestamp:
- Feb 13, 2007 10:08:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/math/gcc/quad.h
r830 r854 52 52 */ 53 53 54 #if 0 /* bird*/54 #if 0 /* iprt */ 55 55 #include <sys/types.h> 56 56 #if !defined(_KERNEL) && !defined(_STANDALONE) … … 59 59 #include <machine/limits.h> 60 60 #endif 61 #else /* bird*/61 #else /* iprt */ 62 62 # include <iprt/types.h> 63 63 # include <limits.h> 64 # undef __P 64 65 # define __P(a) a 66 # undef __GNUC_PREREQ__ 65 67 # define __GNUC_PREREQ__(m1,m2) 1 66 68 # if 1 /* ASSUMES: little endian */ … … 75 77 typedef uint64_t u_quad_t; 76 78 typedef quad_t *qaddr_t; 77 #endif /* bird*/79 #endif /* iprt */ 78 80 79 81 /*
Note:
See TracChangeset
for help on using the changeset viewer.