[BACK]Return to cpp.sh CVS log [TXT][DIR] Up to [local] / src / usr.bin / cpp

Diff for /src/usr.bin/cpp/cpp.sh between version 1.4 and 1.5

version 1.4, 1999/05/26 16:03:39 version 1.5, 1999/06/17 23:27:17
Line 44 
Line 44 
 #       doesn't search gcc-include  #       doesn't search gcc-include
 #  #
 PATH=/usr/bin:/bin  PATH=/usr/bin:/bin
 ALST="-traditional -$ "  ALST="-traditional -$ -D__GNUC__"
 NSI=no  NSI=no
 OPTS=""  OPTS=""
 INCS="-nostdinc"  INCS="-nostdinc"
Line 72 
Line 72 
                 ;;                  ;;
         -I*)          -I*)
                 INCS="$INCS $A"                  INCS="$INCS $A"
                   ;;
           -U__GNUC__)
                   ALST=`echo $ALST | sed -e s/-D__GNUC__//`
                 ;;                  ;;
         -imacros|-include|-idirafter|-iprefix|-iwithprefix)          -imacros|-include|-idirafter|-iprefix|-iwithprefix)
                 INCS="$INCS '$A' '$1'"                  INCS="$INCS '$A' '$1'"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5