[gforth] / gforth / gforthmi.in  

gforth: gforth/gforthmi.in

Diff for /gforth/gforthmi.in between version 1.4 and 1.5

version 1.4, Sat Jul 24 13:07:19 1999 UTC version 1.5, Sat Jul 1 20:48:52 2000 UTC
Line 40 
Line 40 
 elif test $1 = --application; then  elif test $1 = --application; then
     application=yes      application=yes
     shift      shift
   else
       true #old shells require this
 fi  fi
 outfile=$1; shift  outfile=$1; shift
 tmpfile=./temp-image.fi  tmpfile=./temp-image.fi
Line 51 
Line 53 
 rm $tmpfile"1" $tmpfile"2"  rm $tmpfile"1" $tmpfile"2"
 if test x$application = xyes; then  if test x$application = xyes; then
     $GFORTH -e "s\" '$outfile\"" make-app.fs      $GFORTH -e "s\" '$outfile\"" make-app.fs
   else
       true #old shells require this
 fi  fi
   


Generate output suitable for use with a patch program
Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help