mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* objects.h (scm_set_object_procedure_x, scm_make_class_object,
scm_make_subclass_object): Add external prototypes.
This commit is contained in:
parent
2bf746cc9f
commit
2d5881d5fe
1 changed files with 4 additions and 0 deletions
|
@ -173,6 +173,10 @@ typedef struct scm_entity {
|
|||
extern SCM scm_metaclass_standard;
|
||||
extern SCM scm_metaclass_operator;
|
||||
|
||||
extern SCM scm_set_object_procedure_x (SCM obj, SCM procs);
|
||||
extern SCM scm_make_class_object (SCM metaclass, SCM layout);
|
||||
extern SCM scm_make_subclass_object (SCM class, SCM layout);
|
||||
|
||||
extern void scm_init_objects SCM_P ((void));
|
||||
|
||||
#endif /* OBJECTSH */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue