On 2002-06-03 11:06:40 -0600 Adam Fedor <[EMAIL PROTECTED]> wrote: > > Do you think you could submit a patch which does this? I can put out a new release >of gnustep-base with this fix, then. > >
Here it goes. (ugly hack) I've put a call to a bogus function in NSByteOrder.h, and inserted this function in NSData.m (it was the file I was editing when I found the bug). It should be #ifdef'd with gcc version 3.1, but I don't know the symbol name to test. Benhur <NSByteOrder.h.diff><NSData.m.diff>
NSByteOrder.h.diff
Description: Binary data
NSData.m.diff
Description: Binary data
