diff options
Diffstat (limited to 'srfi/srfi-1.h')
-rw-r--r-- | srfi/srfi-1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srfi/srfi-1.h b/srfi/srfi-1.h index e53fd4e63..a851a4bab 100644 --- a/srfi/srfi-1.h +++ b/srfi/srfi-1.h @@ -32,7 +32,7 @@ # define SCM_SRFI1_API extern #endif -SCM_SRFI1_API SCM scm_srfi1_count (SCM pred, SCM lst1, SCM rest); +SCM_SRFI1_API SCM scm_srfi1_count (SCM pred, SCM list1, SCM rest); SCM_SRFI1_API SCM scm_srfi1_delete (SCM x, SCM lst, SCM pred); SCM_SRFI1_API SCM scm_srfi1_delete_x (SCM x, SCM lst, SCM pred); SCM_SRFI1_API SCM scm_srfi1_delete_duplicates (SCM lst, SCM pred); |