From: Jim Meyering Date: Tue, 12 Oct 1993 20:13:45 +0000 (+0000) Subject: merge with 1.8.1e X-Git-Tag: TEXTUTILS-1_8b~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff6b97e13e445c102c1f2c6db8375f3aada40b5b;p=thirdparty%2Fcoreutils.git merge with 1.8.1e --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 8ea587c5a3..d3989a2e33 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -3,6 +3,8 @@ Tue Oct 12 00:53:26 1993 Jim Meyering (meyering@comco.com) * stime.c [HAVE_CONFIG_H, CONFIG_BROKETS]: Include or "config.h". + * src/Makefile.in [clean]: Also delete '['. + Sun Oct 10 14:05:23 1993 Jim Meyering meyering@comco.com * false.sh, groups.sh, nohup.sh, true.sh: Add --help and --version. diff --git a/src/test.c b/src/test.c index 658a30f291..084cad89c0 100644 --- a/src/test.c +++ b/src/test.c @@ -276,7 +276,7 @@ advance (f) * beyond - call when we're beyond the end of the argument list (an * error condition) */ -static int +static void beyond () { test_syntax_error ("argument expected\n", (char *)NULL); @@ -674,6 +674,9 @@ binary_operator () pos += 3; return (TRUE == value); } + + /* Not reached. */ + abort (); } static int