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:
@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user