summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/sh-utils/ChangeLog2
-rw-r--r--src/test.c5
2 files changed, 6 insertions, 1 deletions
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 <config.h>
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