Diff for /gforth/configure.cmd between versions 1.3 and 1.4

version 1.3, 1996/12/06 20:23:04 version 1.4, 1997/02/12 00:25:33
Line 75  IF FREGS="y" THEN do Line 75  IF FREGS="y" THEN do
         call lineout config.h, "#define FORCE_REG 1"          call lineout config.h, "#define FORCE_REG 1"
         call lineout config.h, "#endif"          call lineout config.h, "#endif"
 end  end
 call lineout version.h1, 'static char gforth_version[]="0.2.0";'  call lineout version.h1, 'static char gforth_version[]="0.2.9";'
 call lineout version.fs1, ': version-string s" 0.2.0" ;'  call lineout version.fs1, ': version-string s" 0.2.9" ;'

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


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