toke.c 13286 if (floatit) { 13287 /* terminate the string */ 13288 *d = '\0'; 13289 nv = Atof(PL_tokenbuf); 13290 sv_setnv(sv, nv); 13291 }