diff options
Diffstat (limited to 'libguile/eq.h')
-rw-r--r-- | libguile/eq.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libguile/eq.h b/libguile/eq.h index 9f8e60e5c..82977c0e3 100644 --- a/libguile/eq.h +++ b/libguile/eq.h @@ -47,9 +47,9 @@ -extern SCM scm_eq_p SCM_P ((SCM x, SCM y)); -extern SCM scm_eqv_p SCM_P ((SCM x, SCM y)); -extern SCM scm_equal_p SCM_P ((SCM x, SCM y)); -extern void scm_init_eq SCM_P ((void)); +extern SCM scm_eq_p (SCM x, SCM y); +extern SCM scm_eqv_p (SCM x, SCM y); +extern SCM scm_equal_p (SCM x, SCM y); +extern void scm_init_eq (void); #endif /* EQH */ |