From fcfbe5f96a0c14730e6978db519741a6a773427c Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 10 Feb 2011 21:56:46 +0100 Subject: [PATCH] pre-deprecate scm_ptobs * libguile/ports.h (scm_t_ptob_descriptor): Add comment about impending ptob deprecation. --- libguile/ports.h | 3 +++ 1 file changed, 3 insertions(+) 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;