diff --git a/module/ice-9/lineio.scm b/module/ice-9/lineio.scm index 68f290369..f9904e084 100644 --- a/module/ice-9/lineio.scm +++ b/module/ice-9/lineio.scm @@ -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} ;;;