summaryrefslogtreecommitdiff
path: root/app/xedit/lisp/mp/mp.h
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2013-01-14 22:05:53 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2013-01-14 22:05:53 +0000
commitee156f7eea23bd1fb9875d504db2b9fb35a4ddfc (patch)
treeff0e06a46e9e1d85b558010a415bb0810110e203 /app/xedit/lisp/mp/mp.h
parent62f12f94bf9e016e2f4ed4e46927b18129a51614 (diff)
update to xedit 1.2.1
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