GNU bug report logs - #25700
Undeclared variable stack_top in libguile/continuations.c

Previous Next

Package: guile;

Reported by: stefan-husmann <at> t-online.de

Date: Mon, 13 Feb 2017 06:19:02 UTC

Severity: normal

Done: Andy Wingo <wingo <at> pobox.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: stefan-husmann <at> t-online.de
To: bug-guile <at> gnu.org
Subject: Undeclared variable stack_top in libguile/continuations.c
Date: Mon, 13 Feb 2017 07:17:53 +0100
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




This bug report was last modified 8 years and 86 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.