summaryrefslogtreecommitdiff
path: root/libguile/ports.h
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-02-10 21:56:46 +0100
committerAndy Wingo <wingo@pobox.com>2011-02-10 23:16:52 +0100
commitfcfbe5f96a0c14730e6978db519741a6a773427c (patch)
tree3b58e3dd5ca212c83a8232e2b0528722fb58cc11 /libguile/ports.h
parentb7b4aef97cc4b84e1f5ff4707f4a39f1b637544d (diff)
downloadguile-fcfbe5f96a0c14730e6978db519741a6a773427c.tar.gz
pre-deprecate scm_ptobs
* libguile/ports.h (scm_t_ptob_descriptor): Add comment about impending ptob deprecation.
Diffstat (limited to 'libguile/ports.h')
-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;