Diff for /rpl/scripts/rplcc.in between versions 1.2 and 1.3

version 1.2, 2010/04/21 13:45:43 version 1.3, 2010/06/20 13:32:26
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.2  
changed lines
  Added in v.1.3


CVSweb interface <joel.bertrand@systella.fr>