~ubuntu-branches/ubuntu/hardy/sigscheme/hardy-proposed

« back to all changes in this revision

Viewing changes to src/module-srfi1.c

  • Committer: Bazaar Package Importer
  • Author(s): NIIBE Yutaka
  • Date: 2007-01-29 15:31:24 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070129153124-j5fcqyrwcfbczma7
Tags: 0.7.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 *  Filename : module-srfi1.c
3
3
 *  About    : SRFI-1 List Library
4
4
 *
5
 
 *  Copyright (C) 2005-2006 Kazuki Ohta <mover AT hct.zaq.ne.jp>
 
5
 *  Copyright (C) 2005      Kazuki Ohta <mover AT hct.zaq.ne.jp>
 
6
 *  Copyright (C) 2005-2006 YAMAMOTO Kengo <yamaken AT bp.iij4u.or.jp>
 
7
 *  Copyright (c) 2007 SigScheme Project <uim AT freedesktop.org>
6
8
 *
7
9
 *  All rights reserved.
8
10
 *
65
67
SCM_EXPORT void
66
68
scm_initialize_srfi1(void)
67
69
{
68
 
    scm_register_funcs(scm_srfi1_func_info_table);
 
70
    scm_register_funcs(scm_functable_srfi1);
69
71
}
70
72
 
71
73
/*===========================================================================