mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* dynl.h (scm_registered_modules, scm_clear_registered_modules):
Make these prototype declarations, not K&R-style.
This commit is contained in:
parent
77364130ed
commit
d5cf0efe1f
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@
|
|||
|
||||
|
||||
void scm_register_module_xxx SCM_P ((char *module_name, void *init_func));
|
||||
SCM scm_registered_modules SCM_P (());
|
||||
SCM scm_clear_registered_modules SCM_P (());
|
||||
SCM scm_registered_modules SCM_P ((void));
|
||||
SCM scm_clear_registered_modules SCM_P ((void));
|
||||
|
||||
SCM scm_dynamic_link SCM_P ((SCM fname));
|
||||
SCM scm_dynamic_unlink SCM_P ((SCM dobj));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue