emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2244656 1/3: Omit unnecessary USE_LAB_TAG #if


From: Paul Eggert
Subject: master 2244656 1/3: Omit unnecessary USE_LAB_TAG #if
Date: Wed, 27 May 2020 12:51:20 -0400 (EDT)

branch: master
commit 22446569cd319403e6e5e19369439ec71c46150d
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Omit unnecessary USE_LAB_TAG #if
    
    * src/lisp.h: Omit unnecessary #if; the condition is always false now.
---
 src/lisp.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/lisp.h b/src/lisp.h
index f5d581a..3442699 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -251,12 +251,6 @@ DEFINE_GDB_SYMBOL_BEGIN (EMACS_INT, VALMASK)
 # define VALMASK (USE_LSB_TAG ? - (1 << GCTYPEBITS) : VAL_MAX)
 DEFINE_GDB_SYMBOL_END (VALMASK)
 
-#if !USE_LSB_TAG && !defined WIDE_EMACS_INT
-# error "USE_LSB_TAG not supported on this platform; please report this." \
-       "Try 'configure --with-wide-int' to work around the problem."
-error !;
-#endif
-
 /* Minimum alignment requirement for Lisp objects, imposed by the
    internal representation of tagged pointers.  It is 2**GCTYPEBITS if
    USE_LSB_TAG, 1 otherwise.  It must be a literal integer constant,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]