You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/09 23:31:58 UTC

[GitHub] szha closed pull request #13822: Remove semicolon in libmxnet.sym file

szha closed pull request #13822: Remove semicolon in libmxnet.sym file
URL: https://github.com/apache/incubator-mxnet/pull/13822
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/make/config/libmxnet.sym b/make/config/libmxnet.sym
index 9fc2b0b9c9f..0ddf63fca43 100644
--- a/make/config/libmxnet.sym
+++ b/make/config/libmxnet.sym
@@ -10,6 +10,6 @@ Java_org_apache_mxnet*
 *NDArray*
 *Engine*Get*
 *Storage*Get*
-*on_enter_api*;
-*on_exit_api*;
-*MXAPISetLastError*;
+*on_enter_api*
+*on_exit_api*
+*MXAPISetLastError*


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services