* tests/pairs.test: Added.
[bpt/guile.git] / libguile / pairs.c
Content-type: text/html HCoop Git - bpt/guile.git/blame - libguile/pairs.c


500 - Internal Server Error

Malformed UTF-8 character (fatal) at (eval 8) line 1, <$fd> line 166.
CommitLineData
e81d98ec 1/* Copyright (C) 1995,1996,2000,2001 Free Software Foundation, Inc.
0f2d19dd 2 *
73be1d9e
MV
3 * This library is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU Lesser General Public
5 * License as published by the Free Software Foundation; either
6 * version 2.1 of the License, or (at your option) any later version.
0f2d19dd 7 *
73be1d9e
MV
8 * This library is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * Lesser General Public License for more details.
0f2d19dd 12 *
73be1d9e
MV
13 * You should have received a copy of the GNU Lesser General Public
14 * License along with this library; if not, write to the Free Software
15 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16 */
1bbd0b84 17
1bbd0b84 18
0f2d19dd 19\f
4983cbe4 20
a0599745 21#include "libguile/_scm.h"
a0599745 22#include "libguile/validate.h"
1bbd0b84 23
4983cbe4
DH
24#include "libguile/pairs.h"
25
0f2d19dd
JB
26\f
27
0f2d19dd
JB
28/* {Pairs}
29 */
30
e81d98ec
DH
31#if (SCM_DEBUG_PAIR_ACCESSES == 1)
32
ba1b2226 33#include "libguile/ports.h"
e81d98ec
DH
34#include "libguile/strings.h"
35
36void scm_error_pair_access (SCM non_pair)
37{
bab246f3 38 static unsigned int running = 0;
e81d98ec 39