From 14842c9a59f38ed2a47a271b8b3c5818e72f5055 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 31 Dec 1994 15:28:51 +0000 Subject: [PATCH] Use readtoken. --- src/factor.c | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) 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