Skip to content
Snippets Groups Projects
Commit d95154a6 authored by rswindell's avatar rswindell
Browse files

We now defined JSTYPE_NULL here since it was removed from mozilla/js/jspubtd.h

after 1.5 rc 6a.
parent 8166dbe3
No related branches found
No related tags found
No related merge requests found
...@@ -942,6 +942,9 @@ extern "C" { ...@@ -942,6 +942,9 @@ extern "C" {
JSTYPE_ARRAY=JSTYPE_LIMIT JSTYPE_ARRAY=JSTYPE_LIMIT
,JSTYPE_ALIAS ,JSTYPE_ALIAS
,JSTYPE_UNDEF ,JSTYPE_UNDEF
#if !defined(JSTYPE_NULL) /* JSTYPE_NULL was removed after 1.5 rc 6a (?) */
,JSTYPE_NULL
#endif
}; };
#ifdef BUILD_JSDOCS /* String compiled into debug build only, for JS documentation generation */ #ifdef BUILD_JSDOCS /* String compiled into debug build only, for JS documentation generation */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment