Move some variable declarations to the top of the file.

This commit is contained in:
tjr 2004-06-28 06:05:36 +00:00
parent dde16666cb
commit 3318163536

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)
{