diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-04-21 23:12:23 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 2000-04-21 23:12:23 +0000 |
commit | 534ca1ffd876ea7792d27a1ccc3df596de236d3d (patch) | |
tree | aa5b9438c6c07b0548181239fee4e0065c966534 | |
parent | 5d2565a7e7b6d21315505cb4597f5bd7a1f5a0b7 (diff) | |
download | guile-534ca1ffd876ea7792d27a1ccc3df596de236d3d.tar.gz |
* guardians.h (scm_guardian_gc_init, scm_guardian_zombify): Are
now static.
-rw-r--r-- | libguile/guardians.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libguile/guardians.h b/libguile/guardians.h index eb8eda477..2c98c3711 100644 --- a/libguile/guardians.h +++ b/libguile/guardians.h @@ -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); |