mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Change MRuby to mruby
This commit is contained in:
@@ -67,7 +67,7 @@ MRB_BEGIN_DECL
|
||||
#endif
|
||||
#define MRB_INLINE static inline
|
||||
|
||||
/** Declare a public MRuby API function. */
|
||||
/** Declare a public mruby API function. */
|
||||
#ifndef MRB_API
|
||||
#if defined(MRB_BUILD_AS_DLL)
|
||||
#if defined(MRB_CORE) || defined(MRB_LIB)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* MRuby Compiler
|
||||
* mruby Compiler
|
||||
*/
|
||||
MRB_BEGIN_DECL
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* MRuby Debugging.
|
||||
* mruby Debugging.
|
||||
*/
|
||||
MRB_BEGIN_DECL
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* MRuby error handling.
|
||||
* mruby error handling.
|
||||
*/
|
||||
MRB_BEGIN_DECL
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include "common.h"
|
||||
|
||||
/*
|
||||
* MRuby Value definition functions and macros.
|
||||
* mruby Value definition functions and macros.
|
||||
*/
|
||||
MRB_BEGIN_DECL
|
||||
|
||||
@@ -186,7 +186,7 @@ MRB_VTYPE_FOREACH(MRB_VTYPE_TYPEDEF)
|
||||
|
||||
/**
|
||||
* @abstract
|
||||
* MRuby value boxing.
|
||||
* mruby value boxing.
|
||||
*
|
||||
* Actual implementation depends on configured boxing type.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user