Change MRuby to mruby

This commit is contained in:
John Bampton
2023-05-03 22:12:59 +10:00
parent 5956496267
commit 06a765a1c2
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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)
+1 -1
View File
@@ -10,7 +10,7 @@
#include "common.h"
/**
* MRuby Compiler
* mruby Compiler
*/
MRB_BEGIN_DECL
+1 -1
View File
@@ -10,7 +10,7 @@
#include "common.h"
/**
* MRuby Debugging.
* mruby Debugging.
*/
MRB_BEGIN_DECL
+1 -1
View File
@@ -10,7 +10,7 @@
#include "common.h"
/**
* MRuby error handling.
* mruby error handling.
*/
MRB_BEGIN_DECL
+2 -2
View File
@@ -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.
*