mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 09:40:25 +02:00
(scm_slot_exists_p): Rename from scm_slots_exists_p.
This commit is contained in:
parent
fb7d3f4f7b
commit
0e15d345c5
1 changed files with 43 additions and 43 deletions
|
@ -268,7 +268,7 @@ SCM scm_slot_set_using_class_x (SCM cls, SCM obj, SCM slot_name, SCM value);
|
||||||
SCM scm_slot_bound_using_class_p (SCM cls, SCM obj, SCM slot_name);
|
SCM scm_slot_bound_using_class_p (SCM cls, SCM obj, SCM slot_name);
|
||||||
SCM scm_slot_exists_using_class_p (SCM cls, SCM obj, SCM slot_name);
|
SCM scm_slot_exists_using_class_p (SCM cls, SCM obj, SCM slot_name);
|
||||||
SCM scm_slot_bound_p (SCM obj, SCM slot_name);
|
SCM scm_slot_bound_p (SCM obj, SCM slot_name);
|
||||||
SCM scm_slots_exists_p (SCM obj, SCM slot_name);
|
SCM scm_slot_exists_p (SCM obj, SCM slot_name);
|
||||||
SCM scm_sys_modify_instance (SCM old, SCM newinst);
|
SCM scm_sys_modify_instance (SCM old, SCM newinst);
|
||||||
SCM scm_sys_modify_class (SCM old, SCM newcls);
|
SCM scm_sys_modify_class (SCM old, SCM newcls);
|
||||||
SCM scm_sys_invalidate_class (SCM cls);
|
SCM scm_sys_invalidate_class (SCM cls);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue