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

Add size detection of several C types for use in the C-API #1384

Closed
wants to merge 1 commit into from

Conversation

larskanis
Copy link
Contributor

MRI provides the size of several C types as defines (SIZEOF_*) to exts.

SIZEOF_LONG, SIZEOF_LONG_LONG, SIZEOF_VOIDP are also needed in st.h,
which isn't conspicuous without -Wundef option to gcc.

SIZEOF_LONG, SIZEOF_LONG_LONG, SIZEOF_VOIDP are also needed in st.h,
which isn't conspicuous without -Wundef option to gcc.
@brixen brixen closed this in fead5d2 Nov 20, 2011
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