Skip to content

Commit

Permalink
define getInstanceName()
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo committed Feb 9, 2020
1 parent d130926 commit 017c3c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/exportmetaRuntime.jl
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ export valueEq
export valueHashMod
export valueSlots
export _listAppend
export getInstanceName
4 changes: 4 additions & 0 deletions src/metaRuntime.jl
Original file line number Diff line number Diff line change
Expand Up @@ -751,3 +751,7 @@ macro importDBG(moduleName)
println("Importing " * y * " in " * x)
end
end

function getInstanceName()::String
"__NOT_IMPLEMENTED__"
end

0 comments on commit 017c3c4

Please sign in to comment.