Skip to content

Commit

Permalink
Export Callable
Browse files Browse the repository at this point in the history
  • Loading branch information
kmsquire committed Sep 23, 2014
1 parent fa362dc commit 8d7b7d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion base/boot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export
# constants
JULIA_HOME, nothing, Main,
# intrinsics module
Intrinsics
Intrinsics,
#ccall, cglobal, llvmcall, abs_float, add_float, add_int, and_int, ashr_int,
#box, bswap_int, checked_fptosi, checked_fptoui, checked_sadd,
#checked_smul, checked_ssub, checked_uadd, checked_umul, checked_usub,
Expand All @@ -162,6 +162,8 @@ export
#sdiv_int, shl_int, sitofp, sle_int, slt_int, smod_int,
#srem_int, sub_float, sub_int, trunc_int, udiv_int, uitofp,
#ule_int, ult_int, unbox, urem_int, xor_int, sext_int, zext_int
# callable
Callable


immutable Nothing; end
Expand Down

0 comments on commit 8d7b7d7

Please sign in to comment.