aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpstd.h
diff options
context:
space:
mode:
authorNick Barnes2012-10-30 17:14:45 +0000
committerNick Barnes2012-10-30 17:14:45 +0000
commit1330a1a99cdc425d308cfa0f0f50d161bfe9f1e2 (patch)
tree20b9fa61287e5555e6161fe5ea7bf9e6cab8c6f0 /mps/code/mpstd.h
parentecd77595bbd6206a7f748623af299722d270c0bb (diff)
downloademacs-1330a1a99cdc425d308cfa0f0f50d161bfe9f1e2.tar.gz
emacs-1330a1a99cdc425d308cfa0f0f50d161bfe9f1e2.zip
Remove unused mps_t_longest type.
Copied from Perforce Change: 180169 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/mpstd.h')
-rw-r--r--mps/code/mpstd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mps/code/mpstd.h b/mps/code/mpstd.h
index 0345810b723..ad695bc23a9 100644
--- a/mps/code/mpstd.h
+++ b/mps/code/mpstd.h
@@ -97,7 +97,6 @@
97#define MPS_ARCH_I6 97#define MPS_ARCH_I6
98#define MPS_BUILD_MV 98#define MPS_BUILD_MV
99#define MPS_T_WORD unsigned __int64 99#define MPS_T_WORD unsigned __int64
100#define MPS_T_LONGEST __int64
101#define MPS_T_ULONGEST unsigned __int64 100#define MPS_T_ULONGEST unsigned __int64
102#define MPS_WORD_WIDTH 64 101#define MPS_WORD_WIDTH 64
103#define MPS_WORD_SHIFT 6 102#define MPS_WORD_SHIFT 6