Files
mruby-mruby/src
Kouhei Sutou 91bd3ebd32 Remove needless MRB_API
ref #3215

If a function (such as mrb_read_irep_file()) is declared without MRB_API
in header file (such as include/mruby/dump.h), implementation of the
function in source file (such as src/load.c) should also defined without
MRB_API.

If MRB_API is mismatch, Visual C++ reports link error with C2375 error
code: https://msdn.microsoft.com/en-us/library/5k6kw95a.aspx
2016-09-25 21:47:49 +09:00
..
2012-04-20 09:39:03 +09:00
2016-09-08 16:35:17 +09:00
2016-02-22 09:38:20 +09:00
2015-12-22 17:46:20 +09:00
2016-02-04 23:22:01 +09:00
2015-12-22 17:46:20 +09:00
2016-06-29 03:57:02 -04:00
2016-06-18 01:18:24 +09:00
2016-09-25 21:47:49 +09:00
2016-05-10 19:12:02 +02:00
2016-09-25 21:47:49 +09:00
2016-09-25 21:47:49 +09:00
2016-01-06 11:59:09 +09:00
2016-05-09 17:19:47 +02:00
2016-09-20 23:15:49 +00:00