define_JavaPackage now static since it had no external prototype.

This commit is contained in:
beard 1998-07-01 18:46:23 +00:00
parent 4b456772a7
commit 9e5e0d2d68

View File

@ -55,7 +55,7 @@ typedef struct {
int flags; /* e.g. PKG_SYSTEM, PKG_CLASS */
} JavaPackage_Private;
JSObject *
static JSObject *
define_JavaPackage(JSContext *cx, JSObject *parent_obj,
const char *obj_name, const char *path, int flags)
{