1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

merge with 1.8.1e

This commit is contained in:
Jim Meyering
1993-10-12 20:13:45 +00:00
parent 44c053f008
commit ff6b97e13e
2 changed files with 6 additions and 1 deletions
+4 -1
View File
@@ -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