1
0
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:
Bruce Mitchener
2020-12-15 09:14:59 +07:00
committed by GitHub
parent df4f8c25eb
commit 857100a29a
6 changed files with 4 additions and 103 deletions

View File

@@ -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 */
/****************************************************************/
/* */