Diff for /gforth/Attic/ecvt.c between versions 1.5 and 1.6

version 1.5, 1995/04/14 18:56:54 version 1.6, 1995/12/26 17:35:35
Line 1 Line 1
 /* cheap ecvt replacement */  /* cheap ecvt replacement */
   
   #include "config.h"
 #include <math.h>  #include <math.h>
 extern double floor(double);  extern double floor(double);
 extern double pow10(double);  extern double pow10(double);

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>