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

port.h tests wrong macro for endianness #1

Closed
mwhudson opened this issue Nov 11, 2021 · 2 comments
Closed

port.h tests wrong macro for endianness #1

mwhudson opened this issue Nov 11, 2021 · 2 comments

Comments

@mwhudson
Copy link

#include <Rconfig.h> // for WORDS_BIG_ENDIAN

// IS_LITTLE_ENDIAN, IS_BIG_ENDIAN
#if defined(WORDS_BIG_ENDIAN)

Unfortunately the macro defined (or not) by Rconfig.h is WORDS_BIGENDIAN.

@gaborcsardi
Copy link

Hi, this is a read only mirror of CRAN, please see the package authors in the DESCRIPTION file. Look for Maintainer, BugReports and URL. Thanks!

@mwhudson
Copy link
Author

thanks, filed paleolimbot/wk#105

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

No branches or pull requests

2 participants