* standalone/test-bad-identifiers: New test.
[bpt/guile.git] / srfi / srfi-14.c
CommitLineData
0081b349 1/* srfi-14.c --- Old place of SRFI-14 procedures for Guile
ca003b26 2 *
1b09b607 3 * Copyright (C) 2001, 2004, 2006 Free Software Foundation, Inc.
645f5e0e 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.
645f5e0e 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.
645f5e0e 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 19
0081b349 20#include "srfi/srfi-14.h"
ca003b26 21
ca003b26 22void
0081b349 23scm_init_srfi_14 (void)
ca003b26 24{
94451729 25}
ca003b26 26
94451729 27void
0081b349 28scm_c_init_srfi_14 (void)
94451729 29{
ca003b26 30}