1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

pre-deprecate scm_ptobs

* libguile/ports.h (scm_t_ptob_descriptor): Add comment about impending
  ptob deprecation.
This commit is contained in:
Andy Wingo 2011-02-10 21:56:46 +01:00
parent b7b4aef97c
commit fcfbe5f96a

View file

@ -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;