https://bugzilla.novell.com/show_bug.cgi?id=446205

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=446205#c5





--- Comment #5 from Jonathan Pryor <[EMAIL PROTECTED]>  2008-11-18 19:54:20 MST 
---
Yup, that would do it.

Who in their right mind uses `long` for a 32-bit integer?!

(Obviously `newlib`, but that just seems *really* odd, as it means you can't
share the <stdint.h> file between ILP32 and LP64 platforms...  Perhaps newlib
doesn't support LP64 platforms?)

Nevertheless, if you need to support newlib you need to support newlib...

The fix is trivial: s/gint32/int/g within mono/support.  Pity that change
impacts at least 19 files, possibly more...

If you're willing to cook a patch, I'll review it, otherwise you'll need to
wait until I get around to it...


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to