On Sat, 8 Jan 2000, Vlad Harchev wrote:
> The 'current_codepage' is referenced in the following code fragement in
> LYCurses.c:
>
> #if defined(WIN_EX) && defined(CJK_EX) /* 1999/08/26 (Thu) 17:53:38 */
> {
> extern int current_codepage; /* PDCurses lib. */
>
> if (current_codepage == 932)
> LYcols = COLS - 1;
> }
> #endif
So he is compiling with CJK_EX. Why? I don't know, but let's assume
he wants and needs it.
> Just hide this fragment from compiler - eg change 1st line to
> #if 0 && defined(WIN_EX) && defined(CJK_EX) /* 1999/08/26 (Thu) 17:53:38 */
> You don't need this fragment.
How do you know that he doesn't need it?
Do you understand what the code is for? (I don't.) If he wants to compile
the CJK Extension, and that code is part of the CJK Extension, then the
normal assumption should be that he *does* need that code. If the code
didn't do anything, presumably it wouldn't be there.
Klaus
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++ T.E.Dickey
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++ Hiroyuki Senshu
- Re: lynx-dev Re: Lynx .IDE file for Borland C ++ Mike Bledig
- lynx-dev Re: Lynx .IDE file for Borland C ++ Webmaster Jim
- Re: lynx-dev Re: Lynx .IDE file for Borland C... Mike Bledig
- Re: lynx-dev Re: Lynx .IDE file for Borla... Hiroyuki Senshu
- Re: lynx-dev Re: Lynx .IDE file for ... Mike Bledig
- Re: lynx-dev Re: Lynx .IDE file ... Hiroyuki Senshu
- Re: lynx-dev Re: Lynx .IDE file ... Vlad Harchev
- Re: lynx-dev Re: Lynx .IDE f... Klaus Weide
- Re: lynx-dev Re: Lynx .IDE f... Hiroyuki Senshu
- lynx-dev current_codepage in... Klaus Weide
- lynx-dev current_codepage in... Klaus Weide
- Re: lynx-dev Re: Lynx .IDE f... Vlad Harchev
- Re: lynx-dev Re: Lynx .IDE f... Mike Bledig
- Re: lynx-dev Re: Lynx .IDE f... Vlad Harchev
- Re: lynx-dev Re: Lynx .IDE f... Mike Bledig
- Re: lynx-dev Re: Lynx .IDE f... Vlad Harchev
- lynx-dev Re: Lynx .IDE file ... Webmaster Jim
- Re: lynx-dev Re: Lynx .IDE f... Philip Webb
