From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (unknown [IPv6:2602:4b:a4e8:5700:12bf:48ff:fe7c:5584]) by hurricane.the-brannons.com (Postfix) with ESMTPSA id DA81077AD6 for ; Tue, 24 Dec 2013 06:48:55 -0800 (PST) From: Chris Brannon To: edbrowse-dev@lists.the-brannons.com References: <20131124043018.eklhad@comcast.net> Date: Tue, 24 Dec 2013 06:48:50 -0800 In-Reply-To: <20131124043018.eklhad@comcast.net> (Karl Dahlke's message of "Tue, 24 Dec 2013 04:30:18 -0500") Message-ID: <87d2kmb8z1.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] Mix 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: Tue, 24 Dec 2013 14:48:56 -0000 Here's another replacement we will need. "this" is a keyword in C++, so we cannot use it as a name for function arguments in files that we expect to compile with a C++ compiler. Same goes for "new", but I don't think there are any new's in jsdom.c or jsloc.c. I'll find and fix uses of this and new in these two files. -- Chris