ruby-changes:33244
From: usa <ko1@a...>
Date: Thu, 13 Mar 2014 23:52:25 +0900 (JST)
Subject: [ruby-changes:33244] usa:r45323 (trunk): * ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need to
usa 2014-03-13 23:52:19 +0900 (Thu, 13 Mar 2014) New Revision: 45323 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45323 Log: * ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need to specify export in the source file because .def file do it. get rid of warning on linking. Modified files: trunk/ChangeLog trunk/ext/-test-/win32/dln/libdlntest.c Index: ChangeLog =================================================================== --- ChangeLog (revision 45322) +++ ChangeLog (revision 45323) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Thu Mar 13 23:51:02 2014 NAKAMURA Usaku <usa@r...> + + * ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need to + specify export in the source file because .def file do it. + get rid of warning on linking. + Wed Mar 12 11:19:03 2014 Nobuyoshi Nakada <nobu@r...> * vm_insnhelper.c (vm_callee_setup_arg): disable fastpath if splat Index: ext/-test-/win32/dln/libdlntest.c =================================================================== --- ext/-test-/win32/dln/libdlntest.c (revision 45322) +++ ext/-test-/win32/dln/libdlntest.c (revision 45323) @@ -1,4 +1,4 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/win32/dln/libdlntest.c#L1 -extern __declspec(dllexport) void +void dlntest_ordinal(void) { } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/