mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
avoid compilation error on AIX by -ansi -std=iso9899:199409 (r36038). [ruby-core:46744] [Bug #6791].
This issue is fixed in upper stream as issue #142. (https://github.com/flori/json/issues/142) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c08a213b9a
commit
48cb947793
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
Thu Jul 26 07:18:38 2012 <kanemoto@ruby-lang.org>
|
||||
|
||||
* 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 <nagachika@ruby-lang.org>
|
||||
|
||||
* thread.c (thread_create_core, Init_Thread): hide
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue