* src/expand-common.h: Remove commented variables.
* src/remove.h: Change to C style comment.
* src/tail.c: Likewise.
/* The maximum distance between tab stops. */
extern size_t max_column_width;
-/* Null-terminated array of input filenames. */
-//extern char **file_list;
-
-/* Default for 'file_list' if no files are given on the command line. */
-//extern char *stdin_argv[];
-
-/* True if we have ever read standard input. */
-//extern bool have_read_stdin;
-
/* The desired exit status. */
extern int exit_status;
/* If true, query the user about whether to remove each file. */
enum rm_interactive interactive;
- // FIXME: remove
+ /* FIXME: remove */
/* If true, do not traverse into (or remove) any directory that is
on a file system (i.e., that has a different device number) other
than that of the corresponding command line argument. Note that
else
{
size_t n_remaining = bytes_read - n_bytes;
- // Print extra characters if there are any
+ /* Print extra characters if there are any. */
xwrite_stdout (&buffer[n_bytes], n_remaining);
break;
}