From a882a3fbaf4e62750532ca3e37d64edbeccc43c6 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 8 Jun 2005 03:20:09 +0000 Subject: * bignum.c (get2comp): calculate proper 2's complement for negative numbers. a bug in normalizing negative numbers reported from Honda Hiroki . * ext/socket/socket.c (ruby_getaddrinfo__aix): merged a patch from KUBO Takehiro to support AIX. [ruby-list:40832] * lib/yaml/rubytypes.rb (Array::to_yaml): merged a patch from Tilman Sauerbeck . [ruby-core:05055] * lib/yaml/rubytypes.rb (Hash::to_yaml): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 1 - 1 file changed, 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index 1f4a7235f..f741620ff 100644 --- a/error.c +++ b/error.c @@ -1108,7 +1108,6 @@ void rb_sys_fail(mesg) const char *mesg; { - extern int errno; int n = errno; VALUE arg; -- cgit