lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev dev10 on borland


From: T.E.Dickey
Subject: Re: lynx-dev dev10 on borland
Date: Fri, 1 Oct 1999 08:59:38 -0400 (EDT)

> The build problems with errno and current_codepage exist. Is it OK to 
> have #defines on a compiler basis? I hesitate to do this because I don't 

I suppose so - I see that I'm not using DECL_ERRNO right now, but would
do it something like this:

#if defined(__BORLANDC__)
#define DECL_ERRNO
#endif

#if defined(DECL_ERRNO) && !defined(errno)
extern int errno;
#endif


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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