* remove trailing space. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
71e70d2802
commit
6938834c08
@ -29,7 +29,7 @@ extern "C" {
|
||||
#include "defines.h"
|
||||
|
||||
/* For MinGW, we need __declspec(dllimport) for RUBY_EXTERN on MJIT.
|
||||
mswin's RUBY_EXTERN already has that. See also: win32/Makefile.sub */
|
||||
mswin's RUBY_EXTERN already has that. See also: win32/Makefile.sub */
|
||||
#if defined(MJIT_HEADER) && defined(_WIN32) && defined(__GNUC__)
|
||||
# undef RUBY_EXTERN
|
||||
# define RUBY_EXTERN extern __declspec(dllimport)
|
||||
|
Loading…
x
Reference in New Issue
Block a user