
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] c++ compile prolem
Thanks for the suggestions so far, I've been distracted some
(more) urgent stuff.
Brett
Melvin Sneed wrote:
> On Thu, 2003-02-27 at 22:38, Melvin Sneed wrote:
>
>
>>> if((caddr_t)(-1) == mapaddr)
>>
>>Try changing this line to:
>>
>>if ( ((int) mapaddr) == -1 )
>
>
>
> Follow up my self 'cuz I'm full of beer ....:-)
> Changing it to:
>
> if((caddr_t)(-1) == (caddr_t) mapaddr)
>
> may be cleaner. Visually at any rate.
>
> Dave
>
>
>
>
> **********************************************************
> TLUG server is hosted by Open Source Development Lab Japan
> http://www.osdl.jp/
> **********************************************************
>
> ==========================================================
> To unsubscribe from this mailing list,
> please see instructions at <http://www.tlug.jp/list.html>
> ==========================================================
>
>
>
Home |
Main Index |
Thread Index