lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev lynx2.8.5dev.16i.patch.gz


From: Thomas Dickey
Subject: Re: lynx-dev lynx2.8.5dev.16i.patch.gz
Date: Mon, 5 Jan 2004 18:34:52 -0500 (EST)

On Mon, 5 Jan 2004, Gisle Vanem wrote:

> > 4-Jan-2004 20:49 Thomas Dickey wrote:
> > updated patch
> >
> > ftp://invisible-island.net/temp/lynx2.8.5dev.16i.patch.gz
>
> I had problems compiling src/gridtext.c with EXP_NESTED_TABLES;
> missing 'lines' at line 4890. Didn't quite understand the code, so
> I built w/o it and it rocks!  Much faster that the previous version AFAICS.

I don't see anything interesting at line 4890 (just a right-curly-brace):
#ifdef EXP_NESTED_TABLES
    if (nested_tables) {
        enclosing = Stbl_get_enclosing(me->stbl);
        me->last_anchor_before_stbl = Stbl_get_last_anchor_before(me->stbl);
        if (enclosing == NULL) {
            Stbl_free(me->stbl);
            free_enclosed_stbl(me);
        } else {
            if (me->enclosed_stbl == NULL)
                me->enclosed_stbl = HTList_new();
            HTList_addObject(me->enclosed_stbl, me->stbl);
            CTRACE((tfp, "endStblTABLE: postpone free %p\n", me->stbl));
        }
        me->stbl = enclosing;
    } else {
        Stbl_free(me->stbl);
        me->stbl = NULL;
    }                           <<---- 4890
#else
    Stbl_free(me->stbl);
    me->stbl = NULL;
#endif

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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