Hi!

22-Мар-2004 14:47 [EMAIL PROTECTED] (Luchezar Georgiev) wrote to FreeDOS-kernel
<[EMAIL PROTECTED]>:

>>> if (new_diroff == 65535)
>> Borland C++ complains here. Change the constant to 65535UL (see patch
>> below).

     Hm, don't see letter with these words.

LG> Although Borland says "constant is long", it's enough to change it to
LG> 65535U, not UL.

     Or 0xFFFF - as rightly noted by Bart, numeric literals with 0x prefix
default are unsigned.




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click
_______________________________________________
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel

Reply via email to