summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libguile/ports.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/ports.h b/libguile/ports.h
index cc0b98762..09720b5ef 100644
--- a/libguile/ports.h
+++ b/libguile/ports.h
@@ -205,6 +205,9 @@ typedef struct scm_t_ptob_descriptor
+/* Hey you! Yes you, reading the header file! We're going to deprecate
+ scm_ptobs in 2.2, so please don't write any new code that uses it.
+ Thanks. */
SCM_API scm_t_ptob_descriptor *scm_ptobs;
SCM_API long scm_numptob;