mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-02 23:50:47 +02:00
Remove last vestiges of ia64 support
* configure.ac: * libguile/continuations-internal.h (struct scm_continuation): * libguile/continuations.c (capture_auxiliary_stack) (restore_auxiliary_stack, scm_i_make_continuation, copy_stack_and_call): * libguile/gen-scmconfig.c (main): * libguile/threads.h (struct scm_thread): Remove support for aux stacks.
This commit is contained in:
parent
4b2924730e
commit
08296e6022
6 changed files with 1 additions and 72 deletions
|
@ -40,10 +40,6 @@ struct scm_continuation
|
|||
{
|
||||
scm_t_bits tag;
|
||||
jmp_buf jmpbuf;
|
||||
#if SCM_HAVE_AUXILIARY_STACK
|
||||
void *auxiliary_stack;
|
||||
unsigned long auxiliary_stack_size;
|
||||
#endif
|
||||
SCM root; /* continuation root identifier. */
|
||||
struct scm_vm_cont *vm_cont; /* vm's stack and regs */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue