mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* ports.h
(SCM_INPORTP): deprecation expired - removed. (SCM_OUTPORTP): deprecation expired - removed.
This commit is contained in:
parent
2baa64142b
commit
4c2fb0c583
1 changed files with 0 additions and 4 deletions
|
@ -318,10 +318,6 @@ extern SCM scm_pt_member (SCM member);
|
|||
|
||||
#if (SCM_DEBUG_DEPRECATED == 0)
|
||||
|
||||
/* #define SCM_CRDY (32L<<16) obsolete, for pushed back characters */
|
||||
#define SCM_INPORTP(x) SCM_INPUT_PORT_P (x)
|
||||
#define SCM_OUTPORTP(x) SCM_OUTPUT_PORT_P (x)
|
||||
|
||||
extern SCM scm_close_all_ports_except (SCM ports);
|
||||
|
||||
#endif /* SCM_DEBUG_DEPRECATED == 0 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue