[gforth] / gforth / configure.in  

gforth: gforth/configure.in

Diff for /gforth/configure.in between version 1.226 and 1.227

version 1.226, Sun May 4 18:09:30 2008 UTC version 1.227, Fri Jul 4 12:07:28 2008 UTC
Line 528 
Line 528 
 fi  fi
   
 if grep -q FORCE_REG arch/$machine/machine.h; then  if grep -q FORCE_REG arch/$machine/machine.h; then
    OPTS=`for i in $OPTS; do echo -n "$i-reg "; done`$OPTS     OPTS2=''
      for i in $OPTS; do OPTS2="$OPTS2 $i-reg"; done
      OPTS="$OPTS2 $OPTS"
 else  else
   AC_DEFINE_UNQUOTED(FORCE_REG_UNNECESSARY,,[defined if the platform does not need FORCE_REG])    AC_DEFINE_UNQUOTED(FORCE_REG_UNNECESSARY,,[defined if the platform does not need FORCE_REG])
 fi  fi


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help