mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-01 09:30:56 +00:00
Remove AIX on PS/2 platform support. (#50)
This commit is contained in:
@@ -65,7 +65,7 @@ unsigned int word_swap_longword(word)
|
||||
#ifndef I386
|
||||
#define word_swap_longword(word) (((word >> 16) & 0xffff) | ((word & 0xffff) << 16))
|
||||
#endif
|
||||
#endif /* AIXPS2 */
|
||||
#endif /* !ISC */
|
||||
|
||||
/****************************************************************/
|
||||
/* */
|
||||
|
||||
Reference in New Issue
Block a user