Adapted by Sjoerd to amoeba.

This commit is contained in:
keie
1985-06-10 10:53:15 +00:00
parent 44ccf469d9
commit 42c2a9754f
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ determine_ordering()
bytes_reversed = TRUE;
sp = (short *)&l;
sp[0] = 0x0001; sp[1] = 0x0002;
if (l != 0x0001 + (0x0002 << 16))
if (l != 0x0001 + (0x0002L << 16))
words_reversed = TRUE;
}