# HG changeset patch # User Stefan Monnier # Date 1191357763 0 # Node ID 1889b9f9238ed6a76d374f88e520aef237c8a4ba # Parent ff46392e7e97b8dfb9d9c0e9da6e81981f6bd04b (MARKBIT): Remove unused macro. diff -r ff46392e7e97 -r 1889b9f9238e src/m/ibms390x.h --- a/src/m/ibms390x.h Tue Oct 02 20:41:50 2007 +0000 +++ b/src/m/ibms390x.h Tue Oct 02 20:42:43 2007 +0000 @@ -140,11 +140,6 @@ #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 */