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:
parent
b7b4aef97c
commit
fcfbe5f96a
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue