[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25700: Undeclared variable stack_top in libguile/continuations.c
From: |
Andy Wingo |
Subject: |
bug#25700: Undeclared variable stack_top in libguile/continuations.c |
Date: |
Wed, 01 Mar 2017 17:38:34 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
On Mon 13 Feb 2017 07:17, address@hidden writes:
> with the latest commit 8e1af70c2c4ccc7fb19afa48ffd4662f95bb0f66 from git I get
>
> CC libguile_2.2_la-continuations.lo
> continuations.c: In function 'scm_i_continuation_to_frame':
> continuations.c:186:7: error: 'stack_top' undeclared (first use in this
> function)
> stack_top = data->stack_bottom + data->stack_size;
>
> So stack_top is still used, where latest commit's commit message says it is
> not.
Yeah sorry about that. Fixed :)
Andy
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#25700: Undeclared variable stack_top in libguile/continuations.c,
Andy Wingo <=