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:
parent
00e48eb16d
commit
ee18ca9a35
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
;;; installed-scm-file
|
;;; 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
|
;;;; This library is free software; you can redistribute it and/or
|
||||||
;;;; modify it under the terms of the GNU Lesser General Public
|
;;;; modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -24,6 +24,10 @@
|
||||||
:export (unread-string read-string lineio-port?
|
:export (unread-string read-string lineio-port?
|
||||||
make-line-buffering-input-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}
|
;;; {Line Buffering Input Ports}
|
||||||
;;;
|
;;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue