Hi!

7-Фев-2004 10:04 [EMAIL PROTECTED]:

bsn> +++ memmgr.c       7 Feb 2004 18:04:49 -0000       1.26
bsn> -  UWORD high = size >> 16;
bsn> +  UWORD high = (UWORD)(size >> 16);

        UWORD high = hiword (size);

Same for all other places where long values splitted by low and high part.
Macroses like loword() and hiword() make source more readable and allows to
make code more safe/optimal (because customize loword()/hiword() for each
compiler is easier in one place, instead across all sources).




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to