Move some variable declarations to the top of the file.

This commit is contained in:
Tim J. Robbins 2004-06-28 06:05:36 +00:00
parent dc7949f45f
commit 3b90bf797f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=131226

View File

@ -63,6 +63,9 @@ int fflag;
int nflag;
int sflag;
size_t autostart, autostop, maxval;
char * positions;
int b_cut(FILE *, const char *);
int b_n_cut(FILE *, const char *);
int c_cut(FILE *, const char *);
@ -154,10 +157,6 @@ main(int argc, char *argv[])
exit(rval);
}
size_t autostart, autostop, maxval;
char *positions;
void
get_list(char *list)
{