summaryrefslogtreecommitdiff
path: root/app/xedit/lisp/mp/mp.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/xedit/lisp/mp/mp.h')
-rw-r--r--app/xedit/lisp/mp/mp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/xedit/lisp/mp/mp.h b/app/xedit/lisp/mp/mp.h
index 8bcb127c2..c5a74f32d 100644
--- a/app/xedit/lisp/mp/mp.h
+++ b/app/xedit/lisp/mp/mp.h
@@ -76,6 +76,7 @@
# define BNI unsigned long
# define BNS unsigned int
# define MINSLONG 0x8000000000000000UL
+# define MAXSLONG 0x7fffffffffffffffUL
# define CARRY 0x100000000
# define LMASK 0xffffffff00000000UL
# define SMASK 0x00000000ffffffffUL
@@ -89,6 +90,7 @@
# define BNI unsigned long
# define BNS unsigned short
# define MINSLONG 0x80000000UL
+# define MAXSLONG 0x7fffffffUL
# define CARRY 0x10000
# define LMASK 0xffff0000UL
# define SMASK 0x0000ffffUL