From 766ec949f8ce882abcac06aebe208fc4a39b47a9 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 2 Oct 2007 20:42:43 +0000 Subject: [PATCH] (MARKBIT): Remove unused macro. --- src/m/ibms390x.h | 5 ----- 1 file changed, 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 */ #define VALBITS 60 -/* This definition of MARKBIT is necessary because of the comparison of - ARRAY_MARK_FLAG and MARKBIT in an #if in lisp.h, which cpp doesn't like. */ - -#define MARKBIT 0x8000000000000000L - #define LINKER $(CC) -nostdlib /* Define XINT and XUINT so that they can take arguments of type int */ -- 2.39.2