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.16 by gbeauche, 2001-01-28T14:03:19Z vs.
Revision 1.18 by cebix, 2001-07-03T15:59:47Z

# Line 1 | Line 1
1   /*
2   *  sysdeps.h - System dependent definitions for Unix
3   *
4 < *  Basilisk II (C) 1997-2000 Christian Bauer
4 > *  Basilisk II (C) 1997-2001 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 288 | Line 288 | static inline uae_u32 do_byteswap_16(uae
288   #define ENUMDECL typedef enum
289   #define ENUMNAME(name) name
290   #define write_log printf
291 #undef USE_MAPPED_MEMORY
292 #undef CAN_MAP_MEMORY
291  
292   #ifdef X86_ASSEMBLY
293   #define ASM_SYM_FOR_FUNC(a) __asm__(a)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines