Skip to content

Commit

Permalink
Passes core tests
Browse files Browse the repository at this point in the history
Needed to export getfield
  • Loading branch information
ihnorton committed Apr 22, 2014
1 parent cfdb543 commit ab2afff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions base/exports.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1033,6 +1033,7 @@ export
atexit,
clipboard,
exit,
getfield,
ntuple,
quit,

Expand Down
5 changes: 2 additions & 3 deletions base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ eval(x) = Core.eval(Base,x)
eval(m,x) = Core.eval(m,x)

getfield(x, f) = __getfield(x, f)
#getfield(x, f::Type{Field}) = __getfield(x, f)

include = __getfield(Core, :include)

include = Core.include

include("exports.jl")

if false
Expand Down

0 comments on commit ab2afff

Please sign in to comment.