From ff6b97e13e445c102c1f2c6db8375f3aada40b5b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Oct 1993 20:13:45 +0000 Subject: [PATCH] merge with 1.8.1e --- old/sh-utils/ChangeLog | 2 ++ src/test.c | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 8ea587c5a..d3989a2e3 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 658a30f29..084cad89c 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 -- 2.11.4.GIT