lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.2dev.3


From: pg
Subject: Re: lynx-dev lynx2.8.2dev.3
Date: Tue, 17 Nov 1998 06:56:11 -0700 (MST)

In a recent note, address@hidden said:

> Date: Tue, 17 Nov 1998 05:20:20 -0500 (EST)
> 
> > >   some ifdef'd with __MVS__, some with EBCDIC and NOT_ASCII. 
> 
> The intl source code has at least one non-standard use of 'inline', which
> we'll have to remove (or #define).
> 
Thanks.  I haven't the expertise to have dealt with this readily.
I'll try putting "#ifndef __MVS__" around the "inline".

Should autoconf handle the availability of "inline", defining it
as nothing if unavailable?

    #ifdef __MVS__
    #define inline
    #endif

Should inlines be macros where "inline" is unavailable?

Thanks again,
gil

reply via email to

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