Re: SoupInputStream / trying out gio



> Specially as you can use #undef in your C code, when stuck with a
> platform doing such stupidities...

Aha, a member of the standards-don't-apply-to-me school, :-)

Yes, you might #undef, but then you would not be able to use the
corresponding library function anymore.  For example, if a platform
does

    #define stat stat64

then you are going to have problems with anything that wanted to call
stat and anything that uses "struct stat" -- in the latter case, the structure
likely changed size which isn't healthy.

Morten


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