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:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user