guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 74/86: Remove crufty support for 16-bit architectures.


From: Andy Wingo
Subject: [Guile-commits] 74/86: Remove crufty support for 16-bit architectures.
Date: Wed, 20 Jun 2018 14:09:44 -0400 (EDT)

wingo pushed a commit to branch master
in repository guile.

commit 6a9f73fb8fd3cc1347a320f1b8b3d236a6586fbf
Author: Andy Wingo <address@hidden>
Date:   Wed Jun 20 15:09:57 2018 +0200

    Remove crufty support for 16-bit architectures.
    
    * libguile/__scm.h: Remove cases for 16-bit architectures (!).
---
 libguile/__scm.h | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/libguile/__scm.h b/libguile/__scm.h
index e8ebb15..8a31c83 100644
--- a/libguile/__scm.h
+++ b/libguile/__scm.h
@@ -314,22 +314,7 @@ typedef struct scm_dynamic_state scm_t_dynamic_state;
 /* If stack is not longword aligned then
  */
 
-/* #define SHORT_ALIGN */
-#ifdef THINK_C
-# define SHORT_ALIGN
-#endif
-#ifdef MSDOS
-# define SHORT_ALIGN
-#endif
-#ifdef atarist
-# define SHORT_ALIGN
-#endif
-
-#ifdef SHORT_ALIGN
-typedef short SCM_STACKITEM;
-#else
 typedef long SCM_STACKITEM;
-#endif
 
 /* Cast pointer through (void *) in order to avoid compiler warnings
    when strict aliasing is enabled */



reply via email to

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