Skip to content

Commit

Permalink
avoid compilation error on AIX by -ansi -std=iso9899:199409 (r36038).…
Browse files Browse the repository at this point in the history
… [ruby-core:46744] [Bug ruby#6791].

This issue is fixed in upper stream as issue ruby#142. (ruby/json#142)



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
kanemoto committed Jul 25, 2012
1 parent c08a213 commit 48cb947
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Thu Jul 26 07:18:38 2012 <[email protected]>

* ext/json/fbuffer/fbuffer.h: avoid compilation error on AIX by
-ansi -std=iso9899:199409 (r36038). [ruby-core:46744] [Bug #6791].

Thu Jul 26 00:42:23 2012 CHIKANAGA Tomoyuki <[email protected]>

* thread.c (thread_create_core, Init_Thread): hide
Expand Down
2 changes: 1 addition & 1 deletion ext/json/fbuffer/fbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#ifndef _FBUFFER_H_
#define _FBUFFER_H_

#include <assert.h>
#include "ruby.h"
#include <assert.h>

#ifdef HAVE_RUBY_ENCODING_H
#include "ruby/encoding.h"
Expand Down

0 comments on commit 48cb947

Please sign in to comment.