* 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. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3be926db2a
commit
1df0e183dd
@ -1,3 +1,9 @@
|
|||||||
|
Thu Mar 13 23:51:02 2014 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* 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@ruby-lang.org>
|
Wed Mar 12 11:19:03 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* vm_insnhelper.c (vm_callee_setup_arg): disable fastpath if splat
|
* vm_insnhelper.c (vm_callee_setup_arg): disable fastpath if splat
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
extern __declspec(dllexport) void
|
void
|
||||||
dlntest_ordinal(void)
|
dlntest_ordinal(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user