diff options
| author | Stefan Monnier | 2007-10-02 20:42:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-10-02 20:42:43 +0000 |
| commit | 766ec949f8ce882abcac06aebe208fc4a39b47a9 (patch) | |
| tree | e69ed9258498fdcd037ede199a8ce06f5b6e7fbb | |
| parent | 2f19ece7fd6a775b12753bec380e1b25851ef58a (diff) | |
| download | emacs-766ec949f8ce882abcac06aebe208fc4a39b47a9.tar.gz emacs-766ec949f8ce882abcac06aebe208fc4a39b47a9.zip | |
(MARKBIT): Remove unused macro.
| -rw-r--r-- | src/m/ibms390x.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/m/ibms390x.h b/src/m/ibms390x.h index 9f8d3cd7a86..0dafe59000b 100644 --- a/src/m/ibms390x.h +++ b/src/m/ibms390x.h | |||
| @@ -140,11 +140,6 @@ NOTE-END */ | |||
| 140 | 140 | ||
| 141 | #define VALBITS 60 | 141 | #define VALBITS 60 |
| 142 | 142 | ||
| 143 | /* This definition of MARKBIT is necessary because of the comparison of | ||
| 144 | ARRAY_MARK_FLAG and MARKBIT in an #if in lisp.h, which cpp doesn't like. */ | ||
| 145 | |||
| 146 | #define MARKBIT 0x8000000000000000L | ||
| 147 | |||
| 148 | #define LINKER $(CC) -nostdlib | 143 | #define LINKER $(CC) -nostdlib |
| 149 | 144 | ||
| 150 | /* Define XINT and XUINT so that they can take arguments of type int */ | 145 | /* Define XINT and XUINT so that they can take arguments of type int */ |