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

java: prefix C exports with evmc_java_ #512

Merged
merged 1 commit into from
May 13, 2020
Merged

java: prefix C exports with evmc_java_ #512

merged 1 commit into from
May 13, 2020

Conversation

axic
Copy link
Member

@axic axic commented May 12, 2020

Similarly to how we prefix with evmc_go_ in the go bindings.

See https://github.com/ethereum/evmc/blob/master/bindings/go/evmc/host.c#L16.

Probably it doesn't matter too much as long as the bindings/java/c directory is a compiled to a single shared library, which I think it is.

@axic axic requested a review from chfast May 12, 2020 22:10
@chfast
Copy link
Member

chfast commented May 13, 2020

They should not be exported anyway.

Similarly to how we prefix with evmc_go_ in the go bindings.
@chfast chfast merged commit 697a2c5 into master May 13, 2020
@chfast chfast deleted the java-cleanup branch May 13, 2020 07:21
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.

2 participants