1
Fork 0
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:
Marius Vollmer 2003-03-26 17:05:26 +00:00
parent 9b31f1c143
commit 4bbe9eb784

View file

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