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:
parent
5d2565a7e7
commit
534ca1ffd8
1 changed files with 1 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue