[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.1 and 1.2

version 1.1, 2011/05/13 07:32:39 version 1.2, 2011/05/18 03:29:02
Line 1 
Line 1 
   diff -ubBr cc/cpp/Makefile.in.orig cc/cpp/Makefile.in
 --- cc/cpp/Makefile.in.orig     2010-12-19 00:22:13.000000000 +0900  --- cc/cpp/Makefile.in.orig     2010-12-19 00:22:13.000000000 +0900
 +++ cc/cpp/Makefile.in  2011-01-14 22:05:51.000000000 +0900  +++ cc/cpp/Makefile.in  2011-01-14 22:05:51.000000000 +0900
 @@ -12,7 +12,7 @@  @@ -12,7 +12,7 @@
Line 27 
Line 28 
   
  clean:   clean:
         /bin/rm -f $(OBJS) $(DEST) lex.yy.c y.tab.[ch] tests/run*          /bin/rm -f $(OBJS) $(DEST) lex.yy.c y.tab.[ch] tests/run*
   diff -ubBr mip/node.h.orig mip/node.h
   --- mip/node.h.orig     2010-08-11 23:08:44.000000000 +0900
   +++ mip/node.h  2011-05-18 12:21:30.000000000 +0900
   @@ -42,7 +42,7 @@
    struct attr {
           struct attr *next;
           int atype;
   -       union aarg aa[];
   +       union aarg aa[1];
    };
   
    /*

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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