зеркало из https://github.com/github/ruby.git
_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:
Родитель
57e60d1f10
Коммит
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>
|
||||
|
||||
* Makefile.in (probes.stamp): rebuild dtrace dependent objects
|
||||
|
|
|
@ -7,8 +7,7 @@
|
|||
* core routines
|
||||
*/
|
||||
|
||||
#include "ruby/config.h"
|
||||
#include "ruby/defines.h"
|
||||
#include "ruby/ruby.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче