Skip to content

Commit

Permalink
* ext/digest/defs.h: avoid warnings on Cygwin.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
eban committed Jun 1, 2003
1 parent fd681fe commit 9b616a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ext/digest/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b616a5

Please sign in to comment.