pre-deprecate scm_ptobs
authorAndy Wingo <wingo@pobox.com>
Thu, 10 Feb 2011 20:56:46 +0000 (21:56 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 10 Feb 2011 22:16:52 +0000 (23:16 +0100)
* libguile/ports.h (scm_t_ptob_descriptor): Add comment about impending
  ptob deprecation.

libguile/ports.h

index cc0b987..09720b5 100644 (file)
@@ -205,6 +205,9 @@ typedef struct scm_t_ptob_descriptor
 
 \f
 
+/* 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;