be of type size_t, not int.
(main): Declare NR and CHARS_READ to be of type long, not int.
fall_through = 0;
switch (p[i + 1])
{
- int closing_delim_idx;
- int closing_bracket_idx;
+ size_t closing_delim_idx;
+ size_t closing_bracket_idx;
unsigned int char_to_repeat;
size_t repeat_count;
int found;
}
else if (delete && non_option_args == 1)
{
- int nr;
+ long nr;
set_initialize (s1, complement, in_delete_set);
do
}
else
{
- int chars_read;
+ long chars_read;
do
{