1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-23 20:05:32 +02:00

* ports.c (scm_c_read): pointer arithmetic on void pointers isn't

portable.

* deprecation.c (s_scm_include_deprecated_features): ANSI'fied the
docstring.
This commit is contained in:
Michael Livshin 2001-05-09 16:32:06 +00:00
parent adcd97c8bf
commit 910d1e40f9
3 changed files with 13 additions and 3 deletions

View file

@ -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