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

version 1.4, 1995/02/02 18:13:03 version 1.5, 1995/04/14 18:56:54
Line 1 Line 1
 /* cheap ecvt replacement */  /* cheap ecvt replacement */
   
 #include <math.h>  #include <math.h>
   extern double floor(double);
   extern double pow10(double);
   
 #define MAXCONV 0x40  #define MAXCONV 0x40
 char scratch[MAXCONV];  char scratch[MAXCONV];

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


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