remove module name from DirEntry
This commit is contained in:
@@ -195,8 +195,8 @@ macro_rules! return_from_clause {
|
||||
}
|
||||
|
||||
macro_rules! dir_entry {
|
||||
($idx:expr, $module_name:expr) => (
|
||||
CodePtr::Local(LocalCodePtr::DirEntry($idx, $module_name))
|
||||
($idx:expr) => (
|
||||
CodePtr::Local(LocalCodePtr::DirEntry($idx))
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user