mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
remove scm_memoizer_p and scm_memoizer declarations
* libguile/memoize.h (scm_memoizer_p, scm_memoizer): Remove these declarations.
This commit is contained in:
parent
cad5d93535
commit
698514350a
1 changed files with 0 additions and 3 deletions
|
@ -104,9 +104,6 @@ SCM_INTERNAL SCM scm_memoized_typecode (SCM sym);
|
|||
SCM_INTERNAL SCM scm_memoize_variable_access_x (SCM memoized, SCM module);
|
||||
SCM_API SCM scm_memoized_p (SCM obj);
|
||||
|
||||
SCM_INTERNAL SCM scm_memoizer_p (SCM obj);
|
||||
SCM_INTERNAL SCM scm_memoizer (SCM obj);
|
||||
|
||||
SCM_INTERNAL void scm_init_memoize (void);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue