зеркало из https://github.com/github/ruby.git
* siphash.h: include inttypes.h only when HAVE_INTTYPES_H is defined.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e3adacf0cb
Коммит
f20ea787a5
|
@ -1,3 +1,7 @@
|
|||
Sat Nov 10 00:19:09 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* siphash.h: include inttypes.h only when HAVE_INTTYPES_H is defined.
|
||||
|
||||
Fri Nov 9 23:33:05 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/erb.rb (ERB#run, ERB#result): eval under isolated bindings for
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
#define SIPHASH_H 1
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#ifdef HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_UINT64_T
|
||||
typedef struct {
|
||||
|
|
Загрузка…
Ссылка в новой задаче