Added work on making namespaces threadsafe.

This commit is contained in:
Simon Brooke 2026-03-28 11:56:36 +00:00
parent 154cda8da3
commit 1afb1b9fad
38 changed files with 1074 additions and 517 deletions

View file

@ -97,9 +97,9 @@ int main( int argc, char *argv[] ) {
}
}
initialise_node( 0);
initialise_node( 0 );
repl();
repl( );
exit( 0);
}
exit( 0 );
}