summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-03-23 16:56:16 +0000
committerJim Meyering <jim@meyering.net>1994-03-23 16:56:16 +0000
commit91bfcc7c168bb601b3966643b94c231a2e461451 (patch)
treefabb70592ce939aa8e774798c728f6b2071b50a4 /src/test.c
parent945f1c97815b732c71a191542eafca94b14f8037 (diff)
downloadcoreutils-91bfcc7c168bb601b3966643b94c231a2e461451.tar.xz
merge with 1.9.4b
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c3
1 files changed, 1 insertions, 2 deletions
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;