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

version 1.1, 2010/01/26 15:22:44 version 1.5, 2014/07/21 09:12:34
Line 1 Line 1
 #!/bin/bash  #!@BASH_PATH@
   
 #===============================================================================  #===============================================================================
 # RPL/2 version @VERSION@  # RPL/2 version @VERSION@
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.5


CVSweb interface <joel.bertrand@systella.fr>