heap
This commit is contained in:
@@ -777,7 +777,7 @@ install_t install_pypreds(void) {
|
||||
PL_register_foreign("python_access", 3, python_access, 0);
|
||||
PL_register_foreign("python_threaded", 0, p_python_threaded, 0);
|
||||
PL_register_foreign("python_clear_errors", 0, python_clear_errors, 0);
|
||||
PL_register_foreign("python_string_to", 0, python_string_to, 1);
|
||||
PL_register_foreign("python_string_to", 1, python_string_to, 0);
|
||||
|
||||
init_python_vfs();
|
||||
}
|
||||
|
Reference in New Issue
Block a user