[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25700: Undeclared variable stack_top in libguile/continuations.c
From: |
stefan-husmann |
Subject: |
bug#25700: 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#25700: Undeclared variable stack_top in libguile/continuations.c,
stefan-husmann <=