mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Added some comments.
This commit is contained in:
parent
9b31f1c143
commit
4bbe9eb784
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,12 @@
|
|||
|
||||
#if (SCM_ENABLE_DEPRECATED == 1)
|
||||
|
||||
/* These functions are _not_ deprecated, but we exclude them along
|
||||
with the really deprecated features to be sure that no-one is
|
||||
trying to emit deprecation warnings when libguile is supposed to be
|
||||
clean of them.
|
||||
*/
|
||||
|
||||
SCM_API void scm_c_issue_deprecation_warning (const char *msg);
|
||||
SCM_API void scm_c_issue_deprecation_warning_fmt (const char *msg, ...);
|
||||
SCM_API SCM scm_issue_deprecation_warning (SCM msgs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue