mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
define_JavaPackage now static since it had no external prototype.
This commit is contained in:
parent
4b456772a7
commit
9e5e0d2d68
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user