fix(library/compiler/emit_cpp): Lean namespace
This commit is contained in:
parent
20451918a6
commit
09c65008f6
1 changed files with 1 additions and 1 deletions
|
|
@ -1187,7 +1187,7 @@ void emit_cpp(std::ostream & out, environment const & env, module_name const & m
|
|||
|
||||
void initialize_emit_cpp() {
|
||||
g_cpp = new name("cpp");
|
||||
g_lean = new name("lean");
|
||||
g_lean = new name("Lean");
|
||||
}
|
||||
|
||||
void finalize_emit_cpp() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue