1
Fork 0
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:
Rob Browning 2001-04-27 21:09:19 +00:00
parent 2baa64142b
commit 4c2fb0c583

View file

@ -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 */