fix to fit? macros

This commit is contained in:
ceriel
1990-10-15 13:59:55 +00:00
parent 7c0e3dec64
commit 0955b5339c
3 changed files with 12 additions and 12 deletions

View File

@@ -42,7 +42,7 @@
/* Test if a constant is suitable for literal mode */
#define literal(z) (((z) & ~0x3f) == 0)
#define literal(z) (((z) & ~(int)0x3f) == 0)
/* Declarations for operands */