* ext/digest/defs.h: avoid warnings on Cygwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fd681fe0e5
commit
9b616a5e85
@ -7,6 +7,8 @@ Sun Jun 1 21:50:01 2003 WATANABE Hirofumi <eban@ruby-lang.org>
|
|||||||
|
|
||||||
* cygwin/GNUmakefile.in: ditto.
|
* cygwin/GNUmakefile.in: ditto.
|
||||||
|
|
||||||
|
* ext/digest/defs.h: avoid warnings on Cygwin.
|
||||||
|
|
||||||
Sun Jun 01 13:33:49 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
Sun Jun 01 13:33:49 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||||
|
|
||||||
* wince/string_wce.c: add strpbrk() for hpcpro support.
|
* wince/string_wce.c: add strpbrk() for hpcpro support.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#if defined(HAVE_INTTYPES_H)
|
#if defined(HAVE_INTTYPES_H)
|
||||||
# include <inttypes.h>
|
# include <inttypes.h>
|
||||||
#else
|
#elif !defined __CYGWIN__
|
||||||
typedef unsigned char uint8_t;
|
typedef unsigned char uint8_t;
|
||||||
typedef unsigned int uint32_t;
|
typedef unsigned int uint32_t;
|
||||||
# if SIZEOF_LONG == 8
|
# if SIZEOF_LONG == 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user