Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.
[bpt/guile.git] / srfi / srfi-13.c
CommitLineData
0081b349 1/* srfi-13.c --- old place of SRFI-13 procedures for Guile
ca003b26 2 *
dbb605f5 3 * Copyright (C) 2001, 2004, 2006, 2008 Free Software Foundation, Inc.
0f216433 4 *
73be1d9e
MV
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
0f216433 9 *
73be1d9e
MV
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
ca003b26 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
73be1d9e 13 * Lesser General Public License for more details.
0f216433 14 *
73be1d9e
MV
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
92205699 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
73be1d9e 18 */
ca003b26
MG
19
20
0081b349
MV
21/* This file is now empty since all its procedures are now in the
22 core. We keep the libguile-srfi-srfi-13.so library around anyway
23 since people might still be linking with it.
57d4d32f
MV
24*/
25
dbb605f5
LC
26#ifdef HAVE_CONFIG_H
27# include <config.h>
28#endif
29
30#include <srfi/srfi-13.h>
e040afa5 31
0081b349
MV
32void
33scm_init_srfi_13 (void)
ca003b26 34{
ca003b26 35}
ca003b26
MG
36
37void
0081b349 38scm_init_srfi_13_14 (void)
ca003b26 39{
ca003b26 40}