From 08bc143c8b79a19157253962dff688c55fb993a4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 12 Nov 1995 06:36:40 +0000 Subject: [PATCH] (LIBS_STANDARD): Definition deleted. --- src/s/usg5-4.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index 047ef10557a..7bcc4758e17 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -55,7 +55,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* there are no -lg libraries on this system, and no libPW */ #define LIBS_DEBUG -#define LIBS_STANDARD -lc +/* This is turned off because nobody actually uses LIBS_STANDARD (Nov 1995). + That name is a typo. The next step is to delete this entirely. */ +/* #define LIBS_STANDARD -lc */ /* No */ -- 2.39.2