Diff for /rpl/scripts/rplcc.in between versions 1.1 and 1.4

version 1.1, 2010/01/26 15:22:44 version 1.4, 2010/08/06 15:32:56
Line 103  do Line 103  do
     P=$(($P+1))      P=$(($P+1))
 done  done
   
 gfortran -c $ARGUMENTS_G77 -DRPLCONFIG $OPTIONS $CFLAGS\  gfortran -c $ARGUMENTS_G77 -DRPLCONFIG $OPTIONS $CFLAGS -std=gnu99\
         -I$(which $0 | cut -d '/' -f -$(($P-1)))/include -funsigned-char          -I$(which $0 | cut -d '/' -f -$(($P-1)))/include -funsigned-char
   
 exit 0  exit 0

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


CVSweb interface <joel.bertrand@systella.fr>