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

avoid compilation error on AIX by -ansi -std=iso9899:199409 #143

Closed
nurse opened this issue Jul 26, 2012 · 3 comments
Closed

avoid compilation error on AIX by -ansi -std=iso9899:199409 #143

nurse opened this issue Jul 26, 2012 · 3 comments

Comments

@nurse
Copy link
Member

nurse commented Jul 26, 2012

r36541 of CRuby.

  • ext/json/fbuffer/fbuffer.h: avoid compilation error on AIX by -ansi -std=iso9899:199409 (r36038). [ruby-core:46744] [Bug #6791].
diff --git a/ext/json/fbuffer/fbuffer.h b/ext/json/fbuffer/fbuffer.h
index f7c2b03..0c53296 100644
--- a/ext/json/fbuffer/fbuffer.h
+++ b/ext/json/fbuffer/fbuffer.h
@@ -2,8 +2,8 @@
 #ifndef _FBUFFER_H_
 #define _FBUFFER_H_
 
-#include 
 #include "ruby.h"
+#include 
 
 #ifdef HAVE_RUBY_ENCODING_H
 #include "ruby/encoding.h"
@flori
Copy link
Member

flori commented Jul 26, 2012

This is a duplicate of #142.

@flori flori closed this as completed Jul 26, 2012
@flori
Copy link
Member

flori commented Jul 26, 2012

This fix is in version 1.7.3 33dce92 now.

@nurse
Copy link
Member Author

nurse commented Jul 27, 2012

I see, thanks!

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