• Kouhei Sutou's avatar
    Remove needless MRB_API · 91bd3ebd
    Kouhei Sutou authored
    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
    91bd3ebd
string.c 67.4 KB