Skip to content

Commit 48cb947

Browse files
author
kanemoto
committed
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. (ruby/json#142) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent c08a213 commit 48cb947

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Thu Jul 26 07:18:38 2012 <kanemoto@ruby-lang.org>
2+
3+
* ext/json/fbuffer/fbuffer.h: avoid compilation error on AIX by
4+
-ansi -std=iso9899:199409 (r36038). [ruby-core:46744] [Bug #6791].
5+
16
Thu Jul 26 00:42:23 2012 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
27

38
* thread.c (thread_create_core, Init_Thread): hide

ext/json/fbuffer/fbuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#ifndef _FBUFFER_H_
33
#define _FBUFFER_H_
44

5-
#include <assert.h>
65
#include "ruby.h"
6+
#include <assert.h>
77

88
#ifdef HAVE_RUBY_ENCODING_H
99
#include "ruby/encoding.h"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy