summaryrefslogtreecommitdiff
path: root/libguile/deprecation.c
diff options
context:
space:
mode:
authorMichael Livshin <mlivshin@bigfoot.com>2001-05-09 16:32:06 +0000
committerMichael Livshin <mlivshin@bigfoot.com>2001-05-09 16:32:06 +0000
commit910d1e40f9a91d4eba7f08fa0b32bb7d3796b31a (patch)
treeda24ada6550a75c0fd06e1a25ed9c6d48c596680 /libguile/deprecation.c
parentadcd97c8bf22241a974f0636fc51b8fa363fe892 (diff)
downloadguile-910d1e40f9a91d4eba7f08fa0b32bb7d3796b31a.tar.gz
* ports.c (scm_c_read): pointer arithmetic on void pointers isn't
portable. * deprecation.c (s_scm_include_deprecated_features): ANSI'fied the docstring.
Diffstat (limited to 'libguile/deprecation.c')
-rw-r--r--libguile/deprecation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/deprecation.c b/libguile/deprecation.c
index cc0a9db49..0dd44cb54 100644
--- a/libguile/deprecation.c
+++ b/libguile/deprecation.c
@@ -116,8 +116,8 @@ print_deprecation_summary (void)
SCM_DEFINE(scm_include_deprecated_features,
"include-deprecated-features", 0, 0, 0,
(),
- "Return @code{#t} iff deprecated features should be included
- in public interfaces.")
+ "Return @code{#t} iff deprecated features should be included\n"
+ "in public interfaces.")
#define FUNC_NAME s_scm_include_deprecated_features
{
#if SCM_DEBUG_DEPRECATED == 0