From 07fb4954db5032be9c61af7e014521efb6f7d207 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 14 May 2019 08:20:29 -0700 Subject: close-stream, closein, closeout: simplify MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I noticed this opportunity for simplification while drafting a new, related module that I haven’t had time to finish yet. * m4/close-stream.m4, m4/closein.m4, m4/closeout.m4: Remove. * modules/close-stream (Files): Remove m4/close-stream.m4. (configure.ac): Omit gl_CLOSE_STREAM. * modules/closein (Files): Remove m4/closein.m4 (configure.ac): Omit gl_CLOSEIN. * modules/closeout (Files): Remove m4/closeout.m4. (configure.ac): Omit gl_CLOSEOUT. --- modules/closein | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/closein') diff --git a/modules/closein b/modules/closein index 5f6e7d77ff..6eb7b206bb 100644 --- a/modules/closein +++ b/modules/closein @@ -4,7 +4,6 @@ Close all standard streams, resetting seekable stdin if needed, and exiting with Files: lib/closein.h lib/closein.c -m4/closein.m4 Depends-on: closeout @@ -13,7 +12,6 @@ fflush stdbool configure.ac: -gl_CLOSEIN Makefile.am: lib_SOURCES += closein.c -- cgit v1.2.1