summaryrefslogtreecommitdiff
path: root/libguile/deprecation.h
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2003-03-26 17:05:26 +0000
committerMarius Vollmer <mvo@zagadka.de>2003-03-26 17:05:26 +0000
commit4bbe9eb784ecc3472ee9238e30c0014b023cc560 (patch)
treec880d52a1edd4b87e63530f6080273132a6a7d97 /libguile/deprecation.h
parent9b31f1c143dde175f50adb6fb2d16995952262c4 (diff)
Added some comments.
Diffstat (limited to 'libguile/deprecation.h')
-rw-r--r--libguile/deprecation.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/deprecation.h b/libguile/deprecation.h
index c5967fed0..48d24e5bb 100644
--- a/libguile/deprecation.h
+++ b/libguile/deprecation.h
@@ -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);