mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
r7477: Add MPR_TYPE_PTR to ejs_typeof().
This commit is contained in:
parent
f5102b886c
commit
8574f64ca2
@ -44,7 +44,8 @@ static int ejs_typeof(MprVarHandle eid, int argc, struct MprVar **argv)
|
|||||||
{ MPR_TYPE_OBJECT, "object" },
|
{ MPR_TYPE_OBJECT, "object" },
|
||||||
{ MPR_TYPE_FUNCTION, "function" },
|
{ MPR_TYPE_FUNCTION, "function" },
|
||||||
{ MPR_TYPE_STRING, "string" },
|
{ MPR_TYPE_STRING, "string" },
|
||||||
{ MPR_TYPE_STRING_CFUNCTION, "function" }
|
{ MPR_TYPE_STRING_CFUNCTION, "function" },
|
||||||
|
{ MPR_TYPE_PTR, "C pointer" }
|
||||||
};
|
};
|
||||||
int i;
|
int i;
|
||||||
const char *type = NULL;
|
const char *type = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user