mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 08:10:17 +02:00
Fix compile warnings
* libguile/throw.c (catch): Fix bad declarations. * libguile/stackchk.c (reset_scm_stack_checking_enabled_p): Remove unused static function.
This commit is contained in:
parent
c2247b782a
commit
63b9e8b03f
2 changed files with 2 additions and 7 deletions
|
@ -36,12 +36,6 @@
|
|||
|
||||
int scm_stack_checking_enabled_p;
|
||||
|
||||
static void
|
||||
reset_scm_stack_checking_enabled_p (void *arg)
|
||||
{
|
||||
scm_stack_checking_enabled_p = (int)(scm_t_bits)arg;
|
||||
}
|
||||
|
||||
long
|
||||
scm_stack_size (SCM_STACKITEM *start)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue