From 637ef05bcc0b99395bb456f798c386c23a22e6c7 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 8 Dec 2003 03:47:04 +0000 Subject: * pack.c: define swap16 and swap32 only if they are not defined. OpenBSD defines these macros. [ruby-dev:22181] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ad20670ed..9c41c6f40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 8 12:44:14 2003 Yukihiro Matsumoto + + * pack.c: define swap16 and swap32 only if they are not + defined. OpenBSD defines these macros. [ruby-dev:22181] + Sun Dec 7 20:54:17 2003 Tanaka Akira * ext/iconv/iconv.c (map_charset): make case sensitive. -- cgit