]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR modula2/120912: Request for a procedure to obtain a file from an IOChan
authorGaius Mulley <gaiusmod2@gmail.com>
Tue, 1 Jul 2025 17:21:15 +0000 (18:21 +0100)
committerGaius Mulley <gaiusmod2@gmail.com>
Tue, 1 Jul 2025 17:21:15 +0000 (18:21 +0100)
commit15670d4477ce219c017bd52417a6074b981fb197
tree104593aed086b69b355d7f8918c492959608c5b2
parent8deef83915f9e0fb14f278c68527c95085461c41
PR modula2/120912: Request for a procedure to obtain a file from an IOChan

This patch introduces the procedure GetFile into the supplementary
ISO style library IOChanUtils.

gcc/m2/ChangeLog:

PR modula2/120912
* gm2-libs-iso/IOChanUtils.def (GetFile): New procedure function.
* gm2-libs-iso/IOChanUtils.mod (GetFile): New procedure function.

Signed-off-by: Gaius Mulley <gaiusmod2@gmail.com>
gcc/m2/gm2-libs-iso/IOChanUtils.def
gcc/m2/gm2-libs-iso/IOChanUtils.mod