Include new "xstrtol.h", not "xstrtoul.h".
authorJim Meyering <jim@meyering.net>
Sat, 24 Apr 1999 12:42:53 +0000 (12:42 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Apr 1999 12:42:53 +0000 (12:42 +0000)
commit55865fda6c1ab2e09d763b408299bc851f36ddea
tree447a0e2da3534abd77a947b509ca8c1228a9acc7
parentbdb9cd3f2c5a7c85f568b6be97494a40371b781b
Include new "xstrtol.h", not "xstrtoul.h".
(struct control) [repeat]: Declare as uintmax_t, not int.
(struct control) [lines_required]: Likewise.
(handle_line_error): Use human_readable to print lines_required.
(parse_repeat_count): Parse a uintmax_t.
(parse_patterns): Parse a uintmax_t.
src/csplit.c