lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV re:lynx for win3.x


From: T.E.Dickey
Subject: Re: LYNX-DEV re:lynx for win3.x
Date: Sun, 29 Mar 1998 07:16:38 -0500 (EST)

> It turns out the problem was a stack data structure initializer over 64K 
> in size (this was not Lynx codfe at fault, rather it was a hack of mine.) 
> Changing to malloc and memset fixed the problem, since the initializer was 
> like this: 
>     char x[65538] = {'\0'}; 
>  
> I don't know why, but this made EMX ld barf. 
well, it's something to keep in mind.  (bison is a program that does this
sort of thing - maybe not all in one variable, but it puts everything on
the stack -- so I use byacc in preference to it).

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

reply via email to

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