mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Remove declarations without definitions
* libguile/goops.h: Remove declarations for scm_oldfmt, scm_c_oldfmt0, and scm_c_oldfmt. These symbols were not defined.
This commit is contained in:
parent
8906f23ded
commit
a91ea6a8a3
1 changed files with 0 additions and 3 deletions
|
@ -227,9 +227,6 @@ SCM_API SCM scm_no_applicable_method;
|
||||||
SCM_API SCM scm_module_goops;
|
SCM_API SCM scm_module_goops;
|
||||||
|
|
||||||
SCM_API SCM scm_goops_version (void);
|
SCM_API SCM scm_goops_version (void);
|
||||||
SCM_API SCM scm_oldfmt (SCM);
|
|
||||||
SCM_API char *scm_c_oldfmt0 (char *);
|
|
||||||
SCM_API char *scm_c_oldfmt (char *, int n);
|
|
||||||
SCM_API void scm_load_goops (void);
|
SCM_API void scm_load_goops (void);
|
||||||
SCM_API SCM scm_make_extended_class (char const *type_name, int applicablep);
|
SCM_API SCM scm_make_extended_class (char const *type_name, int applicablep);
|
||||||
SCM_API void scm_make_port_classes (long ptobnum, char *type_name);
|
SCM_API void scm_make_port_classes (long ptobnum, char *type_name);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue