mu-scm: use cc-prefix for C++ objects

Both in SCM and C++, use cc- for functions and objects defined in C++.
Makes it a little easier to track.
This commit is contained in:
Dirk-Jan C. Binnema
2025-07-10 09:55:23 +03:00
parent 5c52ccc256
commit d24d87336a
2 changed files with 33 additions and 34 deletions

View File

@ -210,7 +210,7 @@ Mu::Scm::init_store(const Store& store)
default_store = scm_make_foreign_object_1(
store_type, const_cast<Store*>(&store));
scm_c_define("%default-store-object", default_store);
scm_c_define("%cc-default-store", default_store);
init_subrs();