mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue