summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-12 20:13:45 +0000
committerJim Meyering <jim@meyering.net>1993-10-12 20:13:45 +0000
commitff6b97e13e445c102c1f2c6db8375f3aada40b5b (patch)
tree6524d55031f8a30b50ca52cdf18227692e23dfc4 /src/test.c
parent44c053f00889b41f3452b41ea679c211894d7856 (diff)
downloadcoreutils-ff6b97e13e445c102c1f2c6db8375f3aada40b5b.tar.xz
merge with 1.8.1e
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c5
1 files changed, 4 insertions, 1 deletions
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