mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
(scm_include_deprecated_features): Make docstring
ANSIsh.
This commit is contained in:
parent
a0f3e74752
commit
7bad99fd98
1 changed files with 2 additions and 2 deletions
|
@ -116,8 +116,8 @@ print_deprecation_summary (void)
|
||||||
SCM_DEFINE(scm_include_deprecated_features,
|
SCM_DEFINE(scm_include_deprecated_features,
|
||||||
"include-deprecated-features", 0, 0, 0,
|
"include-deprecated-features", 0, 0, 0,
|
||||||
(),
|
(),
|
||||||
"Return @code{#t} iff deprecated features should be included
|
"Return @code{#t} iff deprecated features should be included "
|
||||||
in public interfaces.")
|
"in public interfaces.")
|
||||||
#define FUNC_NAME s_scm_include_deprecated_features
|
#define FUNC_NAME s_scm_include_deprecated_features
|
||||||
{
|
{
|
||||||
#if SCM_DEBUG_DEPRECATED == 0
|
#if SCM_DEBUG_DEPRECATED == 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue