The terminating here-document marker in the AAB_sun_memcpy fix doesn't match the
opening marker. It needs to have an underscore added at the end.

Thanks!

$ diff inclhack.def  inclhack.orig
196c196
<       _EndOfHeader_;
---
>       _EndOfHeader;

-- 
           Summary: Bug in inclhack.def prevents include header fix.
           Product: gcc
           Version: 4.0.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: luke dot bakken at gmail dot com
                CC: gcc-bugs at gcc dot gnu dot org,luke dot bakken at gmail
                    dot com
 GCC build triplet: i686-UnixWare7.1.1-sysv5
  GCC host triplet: i686-UnixWare7.1.1-sysv5
GCC target triplet: i686-UnixWare7.1.1-sysv5


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23923

Reply via email to