1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
eban 2003-06-01 14:20:58 +00:00
parent fd681fe0e5
commit 9b616a5e85
2 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@ Sun Jun 1 21:50:01 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* 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>
* wince/string_wce.c: add strpbrk() for hpcpro support.

View file

@ -18,7 +18,7 @@
#if defined(HAVE_INTTYPES_H)
# include <inttypes.h>
#else
#elif !defined __CYGWIN__
typedef unsigned char uint8_t;
typedef unsigned int uint32_t;
# if SIZEOF_LONG == 8