summaryrefslogtreecommitdiff
path: root/libguile/pairs.h
diff options
context:
space:
mode:
authorDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-06-23 15:25:57 +0000
committerDirk Herrmann <dirk@dirk-herrmanns-seiten.de>2001-06-23 15:25:57 +0000
commit5843e5c98888a6b90d87a39894f42cd76e2be09c (patch)
tree1e5de3bfcea053f6dc5d5c711dd4c9654c008bf4 /libguile/pairs.h
parent0c02b4080323cd7e8cf8d34121eeda3498028292 (diff)
downloadguile-5843e5c98888a6b90d87a39894f42cd76e2be09c.tar.gz
* Various minor improvements, for example signedness fixes.
Diffstat (limited to 'libguile/pairs.h')
-rw-r--r--libguile/pairs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/pairs.h b/libguile/pairs.h
index 17aa76cd1..2614cf37e 100644
--- a/libguile/pairs.h
+++ b/libguile/pairs.h
@@ -103,7 +103,7 @@
#if (SCM_DEBUG_PAIR_ACCESSES == 1)
-extern void scm_error_pair_access (SCM) SCM_NORETURN;
+extern void scm_error_pair_access (SCM);
#endif
extern SCM scm_cons (SCM x, SCM y);
extern SCM scm_cons2 (SCM w, SCM x, SCM y);