Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

consistenly use jl_dlsym_e in jl_dlfind_win32 #14514

Merged
merged 1 commit into from
Dec 31, 2015
Merged

Conversation

JeffBezanson
Copy link
Sponsor Member

This was found while working on jb/functions. Every other call in this function uses the _e form, so this was almost certainly intended. As it is, this causes us to throw errors at compile time on windows that are thrown at run time on other platforms.

vtjnash added a commit that referenced this pull request Dec 31, 2015
consistenly use jl_dlsym_e in jl_dlfind_win32
@vtjnash vtjnash merged commit 91ba0f7 into master Dec 31, 2015
@vtjnash vtjnash deleted the jb/dlfind_win32_e branch December 31, 2015 00:16
JeffBezanson added a commit that referenced this pull request Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:windows Affects only Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants