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

Comparing BasiliskII/src/BeOS/sysdeps.h (file contents):
Revision 1.11 by cebix, 2001-02-09T20:04:15Z vs.
Revision 1.13 by cebix, 2001-07-03T15:59:46Z

# Line 21 | Line 21
21   #ifndef SYSDEPS_H
22   #define SYSDEPS_H
23  
24 + #ifdef __POWERPC__
25 + #define NO_STD_NAMESPACE
26 + #endif
27 +
28   #include <assert.h>
29   #include <support/SupportDefs.h>
30   #include <support/ByteOrder.h>
# Line 69 | Line 73 | typedef off_t loff_t;
73   typedef uae_u32 uaecptr;
74   #define VAL64(a) (a ## LL)
75   #define UVAL64(a) (a ## uLL)
76 + typedef uint32 uintptr;
77 + typedef int32 intptr;
78  
79   // UAE CPU defines
80   #ifdef __i386__
# Line 118 | Line 124 | static inline void do_put_mem_word(uae_u
124   #define call_mem_put_func(func, addr, v) ((*func)(addr, v))
125   #define __inline__ inline
126   #define CPU_EMU_SIZE 0
121 #undef USE_MAPPED_MEMORY
122 #undef CAN_MAP_MEMORY
127   #undef NO_INLINE_MEMORY_ACCESS
128   #undef MD_HAVE_MEM_1_FUNCS
129   #undef USE_COMPILER

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines