From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:4b:a4d8:4b00:12bf:48ff:fe7c:5584]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id 9469277AA5 for ; Fri, 31 Jan 2014 10:49:19 -0800 (PST) From: Chris Brannon To: Edbrowse-dev@lists.the-brannons.com References: <20140031133731.eklhad@comcast.net> Date: Fri, 31 Jan 2014 10:48:54 -0800 In-Reply-To: <20140031133731.eklhad@comcast.net> (Karl Dahlke's message of "Fri, 31 Jan 2014 13:37:31 -0500") Message-ID: <87r47oj8bt.fsf@mushroom.PK5001Z> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Edbrowse-dev] [PATCH] Use the list class from the C++ STL,... X-BeenThere: edbrowse-dev@lists.the-brannons.com X-Mailman-Version: 2.1.17 Precedence: list List-Id: Edbrowse Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jan 2014 18:49:20 -0000 Karl Dahlke writes: > Shouldn't be a problem, if we move tags into jsstate, > thus cw->jss->tags, as I wrote Chris off-line. Oh, struct htmlTag is forward-declared in eb.h, so cw->tags is struct htmlTag **. -- Chris