_sdbm.c: ruby/ruby.h for PRIdPTRDIFF
* ext/sdbm/_sdbm.c: include ruby/ruby.h for PRIdPTRDIFF when a macro `DEBUG` is defined. based on the patch by Owen Rodley in [ruby-core:67987]. [Bug #10825] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
57e60d1f10
commit
8d27e64d23
@ -1,3 +1,9 @@
|
|||||||
|
Wed Feb 4 15:55:38 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/sdbm/_sdbm.c: include ruby/ruby.h for PRIdPTRDIFF when a
|
||||||
|
macro `DEBUG` is defined. based on the patch by Owen Rodley in
|
||||||
|
[ruby-core:67987]. [Bug #10825]
|
||||||
|
|
||||||
Wed Feb 4 11:12:43 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Wed Feb 4 11:12:43 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* Makefile.in (probes.stamp): rebuild dtrace dependent objects
|
* Makefile.in (probes.stamp): rebuild dtrace dependent objects
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
* core routines
|
* core routines
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ruby/config.h"
|
#include "ruby/ruby.h"
|
||||||
#include "ruby/defines.h"
|
|
||||||
|
|
||||||
#ifdef HAVE_UNISTD_H
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user