mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-22 06:38:46 +00:00
fixed local symbols issue for mac
This commit is contained in:
parent
02d00572d6
commit
3b54121ca8
2 changed files with 59 additions and 59 deletions
|
|
@ -14,7 +14,7 @@ type scope = {
|
|||
}
|
||||
[@@deriving gt ~options:{ show }]
|
||||
|
||||
let label s = "L" ^ s
|
||||
let label s = "_L" ^ s
|
||||
let builtin_label s = "B" ^ s
|
||||
let scope_label i s = label s ^ "_" ^ string_of_int i
|
||||
let show_scope = show scope
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue