diff options
Diffstat (limited to 'libguile/expand.h')
-rw-r--r-- | libguile/expand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libguile/expand.h b/libguile/expand.h index 32b978bf8..d13702045 100644 --- a/libguile/expand.h +++ b/libguile/expand.h @@ -333,6 +333,7 @@ enum SCM_INTERNAL SCM scm_macroexpand (SCM exp); +SCM_INTERNAL SCM scm_macroexpanded_p (SCM exp); SCM_INTERNAL void scm_init_expand (void); |