feat(library/private): make sure the private prefix is an internal name
This commit is contained in:
parent
13a11b4374
commit
d5da18299b
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ bool is_private(environment const & env, name const & n) {
|
|||
|
||||
void initialize_private() {
|
||||
g_ext = new private_ext_reg();
|
||||
g_private = new name("private");
|
||||
g_private = new name("_private");
|
||||
private_modification::init();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue