diff options
author | Kevin Ryde <user42@zip.com.au> | 2006-06-17 22:47:50 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2006-06-17 22:47:50 +0000 |
commit | 9a9931719ddc6d1a7ed2e6597257e336114a69a9 (patch) | |
tree | 32ae67af7c73e28aae82a879a0c6d7434cfab39d /srfi/srfi-1.h | |
parent | 42be21d82afbede08c86bcde8203d1c94fdbd56e (diff) | |
download | guile-9a9931719ddc6d1a7ed2e6597257e336114a69a9.tar.gz |
merge 1.8 branch
Diffstat (limited to 'srfi/srfi-1.h')
-rw-r--r-- | srfi/srfi-1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srfi/srfi-1.h b/srfi/srfi-1.h index 810f1046d..936586697 100644 --- a/srfi/srfi-1.h +++ b/srfi/srfi-1.h @@ -33,6 +33,8 @@ #endif SCM_SRFI1_API SCM scm_srfi1_alist_copy (SCM alist); +SCM_SRFI1_API SCM scm_srfi1_append_reverse (SCM revhead, SCM tail); +SCM_SRFI1_API SCM scm_srfi1_append_reverse_x (SCM revhead, SCM tail); SCM_SRFI1_API SCM scm_srfi1_break (SCM pred, SCM lst); SCM_SRFI1_API SCM scm_srfi1_break_x (SCM pred, SCM lst); SCM_SRFI1_API SCM scm_srfi1_car_plus_cdr (SCM pair); |