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

Add C-linkage to gc extensions for correct compiling in C++ #30242

Merged
merged 1 commit into from
Dec 3, 2018

Conversation

kim366
Copy link
Contributor

@kim366 kim366 commented Dec 3, 2018

I failed to compile a C++ project linking against Julia using the new GC extensions and the missing extern-C definitions seem to be the problem.

@@ -1,6 +1,10 @@
#ifndef JL_GCEXT_H
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also missing // This file is a part of Julia. License is MIT: https://julialang.org/license here, but we just should remember to do that for all files before the release (and to add it to our release-candidate checklist in the Makefile)

@ararslan ararslan merged commit 7a5042a into JuliaLang:master Dec 3, 2018
@KristofferC KristofferC mentioned this pull request Dec 6, 2018
61 tasks
@KristofferC KristofferC mentioned this pull request Dec 30, 2018
53 tasks
@KristofferC
Copy link
Member

These files do not exist on 1.0 so removing backport label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants