Skip to content

Use 'static inline' for function definitions that are in header files. #863

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

Merged

Conversation

robertsipka
Copy link
Contributor

It's required by the C99 standard.

@LaszloLango LaszloLango added the ecma core Related to core ECMA functionality label Feb 9, 2016
@zherczeg
Copy link
Member

zherczeg commented Feb 9, 2016

These functions should be moved to C files. They don't need to be in the header.

@robertsipka robertsipka force-pushed the use_static_inline branch 2 times, most recently from 44a06c8 to 78df7a0 Compare February 10, 2016 13:27
@robertsipka
Copy link
Contributor Author

@zherczeg : Thanks, I modified based on your comment.

@zherczeg
Copy link
Member

LGTM

…_offset' function definitions from header.

It's also required by the C99 standard.

JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
@robertsipka
Copy link
Contributor Author

thanks, rebased to master.

@LaszloLango LaszloLango merged commit 6fd1f78 into jerryscript-project:master Feb 11, 2016
@robertsipka robertsipka deleted the use_static_inline branch November 24, 2016 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecma core Related to core ECMA functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants