summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/sh-utils/ChangeLog2
-rw-r--r--src/test.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 4af5f2e55..540e21c19 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,5 @@
+Tue Mar 8 10:29:13 1994 Jim Meyering (meyering@comco.com)
+
* configure.in [INSTALL]: When AC_PROG_INSTALL resorts to setting
this to `./install.sh', make it `../install.sh' instead since that
script will be invoked only from subdirectories.
diff --git a/src/test.c b/src/test.c
index 2e2bae34e..65de25436 100644
--- a/src/test.c
+++ b/src/test.c
@@ -1105,8 +1105,7 @@ test_command (margc, margv)
int margc;
char **margv;
{
- auto int value;
- int expr ();
+ int value;
#if !defined (TEST_STANDALONE)
int code;