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

version 1.4, 1997/02/12 00:25:33 version 1.6, 1997/03/25 23:27:11
Line 1 Line 1
 /*  /*
 Copyright 1995 Free Software Foundation, Inc.  Copyright 1996-1997 Free Software Foundation, Inc.
   
 This file is part of Gforth.  This file is part of Gforth.
   
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.9";'  call lineout version.h1, 'static char gforth_version[]="0.3.0";'
 call lineout version.fs1, ': version-string s" 0.2.9" ;'  call lineout version.fs1, ': version-string s" 0.3.0" ;'
   call lineout 'version-stamp', '0.3.0'

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


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