1
Fork 0
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:
Jim Blandy 1998-07-30 14:43:52 +00:00
parent 77364130ed
commit d5cf0efe1f

View file

@ -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));