* bug#25700: Undeclared variable stack_top in libguile/continuations.c
@ 2017-02-13 6:17 stefan-husmann
2017-03-01 16:38 ` Andy Wingo
0 siblings, 1 reply; 2+ messages in thread
From: stefan-husmann @ 2017-02-13 6:17 UTC (permalink / raw)
To: 25700
Hello,
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.
Best Regards
Stefan Husmann
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#25700: Undeclared variable stack_top in libguile/continuations.c
2017-02-13 6:17 bug#25700: Undeclared variable stack_top in libguile/continuations.c stefan-husmann
@ 2017-03-01 16:38 ` Andy Wingo
0 siblings, 0 replies; 2+ messages in thread
From: Andy Wingo @ 2017-03-01 16:38 UTC (permalink / raw)
To: stefan-husmann; +Cc: 25700-done
On Mon 13 Feb 2017 07:17, stefan-husmann@t-online.de 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-01 16:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-13 6:17 bug#25700: Undeclared variable stack_top in libguile/continuations.c stefan-husmann
2017-03-01 16:38 ` Andy Wingo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).