-
Notifications
You must be signed in to change notification settings - Fork 683
Move jerry_port functions into jerry-core #824
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
Conversation
LGTM |
Please update this patch to the latest jerry. |
c29c3fa
to
162b13a
Compare
Done. |
@@ -13,8 +13,8 @@ | |||
* limitations under the License. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright years need to be updated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed.
162b13a
to
d412eb5
Compare
JerryScript-DCO-1.0-Signed-off-by: Roland Takacs rtakacs.u-szeged@partner.samsung.com
d412eb5
to
c7156dd
Compare
I have rebased the patch to the master. |
@rtakacs, thanks. Still looks good to me. |
Landed (6608cc4) |
Avoid linking errors when building Jerry as a library (eg. for IoT.js).