1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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:
usa 2014-03-13 14:52:19 +00:00
parent 3be926db2a
commit 1df0e183dd
2 changed files with 7 additions and 1 deletions

View file

@ -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>
* vm_insnhelper.c (vm_callee_setup_arg): disable fastpath if splat

View file

@ -1,4 +1,4 @@
extern __declspec(dllexport) void
void
dlntest_ordinal(void)
{
}