From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ip6-localhost (8.3.3.3.0.d.e.f.f.f.2.d.4.2.2.0.5.9.a.d.8.a.b.f.0.b.8.0.1.0.0.2.ip6.arpa [IPv6:2001:8b0:fba8:da95:224:d2ff:fed0:3338]) by hurricane.the-brannons.com (Postfix) with ESMTPS id DC26E77AD6 for ; Tue, 24 Dec 2013 10:57:21 -0800 (PST) Received: from adam by ip6-localhost with local (Exim 4.82) (envelope-from ) id 1VvXAH-0002qg-Ph; Tue, 24 Dec 2013 18:57:13 +0000 From: Adam Thompson To: edbrowse-dev@lists.the-brannons.com Date: Tue, 24 Dec 2013 18:57:08 +0000 Message-Id: <1387911428-10905-1-git-send-email-arthompson1990@gmail.com> X-Mailer: git-send-email 1.8.5.2.297.g3e57c29 Subject: [Edbrowse-dev] [PATCH] Change to eb.p to replace use of this 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 18:57:22 -0000 --- src/eb.p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eb.p b/src/eb.p index b6addd0..300177d 100644 --- a/src/eb.p +++ b/src/eb.p @@ -242,7 +242,7 @@ void * createJavaContext(void) ; void freeJavaContext(void *jsc) ; void establish_innerHTML(void *jv, const char *start, const char *end, eb_bool is_ta) ; void jMyContext(void) ; -eb_bool javaParseExecute(void *this, const char *str, const char *filename, int lineno) ; +eb_bool javaParseExecute(void *obj, const char *str, const char *filename, int lineno) ; void * domLink(const char *classname, const char *symname, const char *idname, const char *href, const char *href_url, const char *list, void *owner, int radiosel) ; /* sourcefile=jsloc.c */ -- 1.8.5.2.297.g3e57c29