lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Win32/386 Lynx -Reply


From: Alan Cox
Subject: Re: LYNX-DEV Win32/386 Lynx -Reply
Date: Fri, 28 Feb 1997 12:31:47 +0000 (GMT)

> 16-bit integers.  The "proper" (i.e. portable) way to handle this is
> to make sure any integers that need to be longer than 16 bits are
> explicitly defined as "long int", which would produce 32-bit integers
> no matter what platform.  Of course, with code the size of Lynx, if

Not true for Lynx - true for Lynx/Windows. A long int on the Digital
Alpha is 64bit. You should typedef values that matter.

Alan

;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]