diff options
| author | Kouhei Sutou <[email protected]> | 2018-04-10 15:24:41 +0900 |
|---|---|---|
| committer | Kouhei Sutou <[email protected]> | 2018-04-10 15:24:41 +0900 |
| commit | 0bc6c17490fe27d37bb67735a6d8e47fba1e5fa7 (patch) | |
| tree | d86e75ee848ddb7854b97fbdf804028217a0e7d5 /src/array.c | |
| parent | e9ddb593f3f6c0264563eaf20f5de8cf43cc1c5d (diff) | |
| download | mruby-0bc6c17490fe27d37bb67735a6d8e47fba1e5fa7.tar.gz mruby-0bc6c17490fe27d37bb67735a6d8e47fba1e5fa7.zip | |
Fix build error on Windows with MRB_BUILD_AS_DLL
Error message:
C:\projects\groonga\vendor\mruby-source\include\mruby.h(1098): error C2375: 'mrb_gc_arena_save' : redefinition; different linkage [C:\projects\groonga\vendor\mruby\mruby.vcxproj]
C:\projects\groonga\vendor\mruby-source\include\mruby.h(1083) : see declaration of 'mrb_gc_arena_save'
C:\projects\groonga\vendor\mruby-source\include\mruby.h(1099): error C2375: 'mrb_gc_arena_restore' : redefinition; different linkage [C:\projects\groonga\vendor\mruby\mruby.vcxproj]
C:\projects\groonga\vendor\mruby-source\include\mruby.h(1084) : see declaration of 'mrb_gc_arena_restore'
Diffstat (limited to 'src/array.c')
0 files changed, 0 insertions, 0 deletions
