Re: ManEdit 0.4.0d



On Thu, Jan 18, 2001 at 02:23:36PM -0800, learfox furry ao net wrote:
Mark Leisher <mleisher crl nmsu edu> writes:
The use of the 'u_int8_t' type instead of 'unsigned char' makes manedit
uncompilable on Solaris and probably on other non-Linux systems.  A number of
changes will be needed to fix this if you want to keep using
u_int8_t.

Thus the existence of "guint8" - GLib is a portability layer, use it!

This was used in non-Glib sources though, sources that can't use Glib.

That's why we couldn't use guint8.

Yes you can; just replace all usage of "u_int8_t" with "guint8".
--andy




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]