shithub: libmujs

Download patch

ref: 95e5aebc2f2ee5c704e62531e12940006788b521
parent: bc51de87ef59dee31e37d1e81de7886a6e54bf41
author: Tor Andersson <tor.andersson@artifex.com>
date: Mon Nov 17 10:26:16 EST 2014

Remove duplicate js_newerror prototype.

--- a/mujs.h
+++ b/mujs.h
@@ -120,7 +120,6 @@
 void js_newboolean(js_State *J, int v);
 void js_newnumber(js_State *J, double v);
 void js_newstring(js_State *J, const char *v);
-void js_newerror(js_State *J, const char *message);
 void js_newcfunction(js_State *J, js_CFunction fun, unsigned int length);
 void js_newcconstructor(js_State *J, js_CFunction fun, js_CFunction con, unsigned int length);
 void js_newuserdata(js_State *J, const char *tag, void *data);