From aa37b208eb2ed61f2289267d64e754df986e4235 Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 9 Jan 2003 04:28:28 +0000 Subject: * st.h, st.c: Back out the introduction of st_*_func_t. Some compilers complain about function type mismatch. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e4e0e8b8a..9c6e8916d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 9 13:26:18 2003 Akinori MUSHA + + * st.h, st.c: Back out the introduction of st_*_func_t. Some + compilers complain about function type mismatch. + Wed Jan 08 17:10:32 2003 NAKAMURA Usaku * ext/Win32API/lib/win32/registry.rb: added. [new] -- cgit