Skip to content

Commit 441d676

Browse files
committed
Don't export 'parent' which will always clash with Base.
1 parent 5dccae8 commit 441d676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/value/constant.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ InlineAsm(typ::FunctionType, asm::String, constraints::String,
142142
abstract type GlobalValue <: Constant end
143143

144144
export GlobalValue,
145-
parent, isdeclaration,
145+
isdeclaration,
146146
linkage, linkage!,
147147
section, section!,
148148
visibility, visibility!,

0 commit comments

Comments
 (0)