New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79694


Ignore:
Timestamp:
06/23/11 11:32:11 (4 years ago)
Author:
jmr@…
Message:

muniversal: remove comments from inserted preprocessor directives, since files may differ inside comments and C does not allow nested comments (#25439)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/_resources/port1.0/group/muniversal-1.0.tcl

    r79658 r79694  
    586586        # See http://www.gnu.org/software/diffutils/manual/html_mono/diff.html#Detailed%20If-then-else 
    587587        set diffFormatProc {--old-group-format='#if (defined(__ppc__) || defined(__ppc64__)) 
    588  %<#endif /* __ppc__ || __ppc64__ */ 
     588 %<#endif 
    589589' \ 
    590590--new-group-format='#if defined (__i386__) || defined(__x86_64__) 
    591 %>#endif /* __i386__ || __x86_64__ */ 
     591%>#endif 
    592592' \ 
    593593--unchanged-group-format='%=' \ 
    594594--changed-group-format='#if (defined(__ppc__) || defined(__ppc64__)) 
    595 %<#else /* ! __ppc__ && ! __ppc64__ */ 
    596 %>#endif /* __ppc__ || __ppc64__ */ 
     595%<#else 
     596%>#endif 
    597597'} 
    598598 
Note: See TracChangeset for help on using the changeset viewer.