[BACK]Return to pcc.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / pcc

Diff for /OpenXM/src/pcc/pcc.diff between version 1.4 and 1.6

version 1.4, 2021/03/23 06:32:44 version 1.6, 2021/12/25 22:09:59
Line 13  diff -ubBr Makefile.in.orig Makefile.in
Line 13  diff -ubBr Makefile.in.orig Makefile.in
 diff -ubBr configure.orig configure  diff -ubBr configure.orig configure
 --- configure.orig      2020-06-13 23:55:53.000000000 +0900  --- configure.orig      2020-06-13 23:55:53.000000000 +0900
 +++ configure   2021-03-23 15:00:01.478465000 +0900  +++ configure   2021-03-23 15:00:01.478465000 +0900
 @@ -5445,7 +5445,7 @@  @@ -2598,6 +2598,7 @@
               i?86) targmach=i386 ;;
               powerpc) targmach=powerpc endian=big ;;
               x86_64) targmach=amd64 ;;
   +           arm*) targmach=arm ;;
           esac
            ;;
   
   @@ -5445,7 +5446,7 @@
  _ACEOF   _ACEOF
   
   
Line 43  diff -ubBr cc/cpp/Makefile.in.orig cpp/Makefile.in
Line 51  diff -ubBr cc/cpp/Makefile.in.orig cpp/Makefile.in
  MANPAGE=@BINPREFIX@cpp   MANPAGE=@BINPREFIX@cpp
   
  all: $(DEST)   all: $(DEST)
   diff -ubBr cc/cpp/cpp.c.orig cc/cpp/cpp.c
   --- cc/cpp/cpp.c.orig   2020-02-27 02:58:19.000000000 +0900
   +++ cc/cpp/cpp.c        2021-03-25 17:01:14.157700000 +0900
   @@ -802,10 +802,8 @@
           free(nm);
           nm = addname(ob->buf);
           bufree(ob);
   -       if (pushfile(nm, fn, SYSINC, NULL) == 0)
   +       pushfile(nm, fn, SYSINC, NULL);
                   return 1;
   -
   -       return 0;
    }
   
    #endif

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>