diff options
Diffstat (limited to 'libguile/deprecated.h')
-rw-r--r-- | libguile/deprecated.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libguile/deprecated.h b/libguile/deprecated.h index 671f40f83..5b7c9a2ac 100644 --- a/libguile/deprecated.h +++ b/libguile/deprecated.h @@ -598,6 +598,11 @@ SCM_DEPRECATED scm_t_trampoline_2 scm_trampoline_2 (SCM proc); +/* Deprecated 2010-01-05, use SCM_PRIMITIVE_P instead */ +#define scm_subr_p(x) (SCM_PRIMITIVE_P (x)) + + + void scm_i_init_deprecated (void); #endif |