mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
Remove crufty support for 16-bit architectures.
* libguile/__scm.h: Remove cases for 16-bit architectures (!).
This commit is contained in:
parent
51c164a7bc
commit
6a9f73fb8f
1 changed files with 0 additions and 15 deletions
|
@ -314,22 +314,7 @@ typedef struct scm_dynamic_state scm_t_dynamic_state;
|
||||||
/* If stack is not longword aligned then
|
/* 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;
|
typedef long SCM_STACKITEM;
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Cast pointer through (void *) in order to avoid compiler warnings
|
/* Cast pointer through (void *) in order to avoid compiler warnings
|
||||||
when strict aliasing is enabled */
|
when strict aliasing is enabled */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue