Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/tools/wrc/newstruc.c

    r6110 r21916  
    744744        /* FIXME: This relies in sizeof(DWORD) == sizeof(pointer_type) */
    745745        if((DWORD)rtp & 1)
    746             #if !defined(__IBMC__)
    747                 ((char *)rtp)++;
    748             #else
    749                 rtp = (riff_tag_t*)((char*)rtp + 1);
    750             #endif
     746            rtp = (riff_tag_t*)((char*)rtp + 1);
    751747    }
    752748}
     
    859855            /* FIXME: This relies in sizeof(DWORD) == sizeof(pointer_type) */
    860856            if((DWORD)rtp & 1)
    861                 #if !defined(__IBMC__)
    862                     ((char *)rtp)++;
    863                 #else
    864                     rtp = (riff_tag_t*)((char*)rtp + 1);
    865                 #endif
     857                rtp = (riff_tag_t*)((char*)rtp + 1);
    866858        }
    867859
Note: See TracChangeset for help on using the changeset viewer.