1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Deprecate (ice-9 lineio)

* module/ice-9/lineio.scm: Deprecate.
This commit is contained in:
Andy Wingo 2023-06-05 22:20:11 +02:00
parent 00e48eb16d
commit ee18ca9a35

View file

@ -1,6 +1,6 @@
;;; installed-scm-file
;;;; Copyright (C) 1996, 1998, 2001, 2003, 2006 Free Software Foundation, Inc.
;;;; Copyright (C) 1996, 1998, 2001, 2003, 2006, 2023 Free Software Foundation, Inc.
;;;;
;;;; This library is free software; you can redistribute it and/or
;;;; modify it under the terms of the GNU Lesser General Public
@ -24,6 +24,10 @@
:export (unread-string read-string lineio-port?
make-line-buffering-input-port))
(issue-deprecation-warning
"(ice-9 lineio) is deprecated. Use read-line together with
unread-string instead.")
;;; {Line Buffering Input Ports}
;;;