1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

* guardians.h (scm_guardian_gc_init, scm_guardian_zombify): Are

now static.
This commit is contained in:
Mikael Djurfeldt 2000-04-21 23:12:23 +00:00
parent 5d2565a7e7
commit 534ca1ffd8

View file

@ -2,7 +2,7 @@
#ifndef SCM_GUARDIANH
#define SCM_GUARDIANH
/* Copyright (C) 1998 Free Software Foundation, Inc.
/* Copyright (C) 1998, 2000 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -48,10 +48,6 @@
SCM scm_make_guardian (void);
/* these two are called by the GC: */
void scm_guardian_gc_init (void);
void scm_guardian_zombify(void);
/* these are to be called from C: */
void scm_guard (SCM guardian, SCM obj);
SCM scm_get_one_zombie (SCM guardian);