From: Jim Meyering Date: Sat, 31 Dec 1994 15:28:51 +0000 (+0000) Subject: Use readtoken. X-Git-Tag: textutils-1_12_1~360 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14842c9a59f38ed2a47a271b8b3c5818e72f5055;p=thirdparty%2Fcoreutils.git Use readtoken. --- diff --git a/src/factor.c b/src/factor.c index f11c388f3d..21495c00dc 100644 --- a/src/factor.c +++ b/src/factor.c @@ -25,6 +25,10 @@ #include "version.h" #include "long-options.h" #include "error.h" +#include "readtokens.h" + +/* FIXME */ +#define DELIM "\n\t " /* The name this program was run with. */ char *program_name; @@ -101,22 +105,29 @@ print_factors (n) n_factors = factor (n, 64, factors); for (i=0; i