C90 fixes for Javascript JSC
This commit is contained in:
parent
9e56ae10cf
commit
59ff3e6a3a
4 changed files with 9 additions and 4 deletions
|
|
@ -1792,6 +1792,7 @@ int JSCEmitter::emitNamespaces() {
|
|||
namespace_definition.replace("$jsglobalvariables", variables)
|
||||
.replace("$jsglobalfunctions", functions)
|
||||
.replace("$jsnspace", name_mangled)
|
||||
.replace("$jsmangledname", name_mangled)
|
||||
.pretty_print(f_wrap_cpp);
|
||||
|
||||
Template t_createNamespace(getTemplate("jsc_nspace_definition"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue