summaryrefslogtreecommitdiff
path: root/libguile/pairs.c
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2002-08-05 23:04:44 +0000
committerHan-Wen Nienhuys <hanwen@lilypond.org>2002-08-05 23:04:44 +0000
commitba1b222692b1ee69e51825397bf1368dffd1a28a (patch)
treebb5043e62736ffb13707dac7f52e43eef8604478 /libguile/pairs.c
parent3d0f4c6292008ec9b8182455da2dcbe13053c8da (diff)
downloadguile-ba1b222692b1ee69e51825397bf1368dffd1a28a.tar.gz
* tests/reader.test: change misc-error in read-error.
* read.c (scm_input_error): new function: give meaningful error messages, and throw read-error * gc-malloc.c (scm_calloc): add scm_calloc. * scheme-memory.texi (Memory Blocks): add scm_calloc, scm_gc_calloc. correct typos.
Diffstat (limited to 'libguile/pairs.c')
-rw-r--r--libguile/pairs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/pairs.c b/libguile/pairs.c
index 5fed8d078..0b66ee5ca 100644
--- a/libguile/pairs.c
+++ b/libguile/pairs.c
@@ -54,7 +54,7 @@
#if (SCM_DEBUG_PAIR_ACCESSES == 1)
-/~#include "libguile/ports.h"
+#include "libguile/ports.h"
#include "libguile/strings.h"
void scm_error_pair_access (SCM non_pair)