Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mruby
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
mruby
Commits
090a8889
Commit
090a8889
authored
Jun 25, 2014
by
take_cheeze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation of `mrb_value` config.
parent
d4e49c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
doc/mrbconf/README.md
doc/mrbconf/README.md
+15
-0
No files found.
doc/mrbconf/README.md
View file @
090a8889
...
...
@@ -104,3 +104,18 @@ largest value of required alignment.
`MRB_FIXED_STATE_ATEXIT_STACK_SIZE`
*
Default value is
`5`
.
*
If
`MRB_FIXED_STATE_ATEXIT_STACK`
isn't defined this macro is ignored.
## `mrb_value` configuration.
`MRB_ENDIAN_BIG`
*
If defined compiles mruby for big endian machines.
*
Used in
`MRB_NAN_BOXING`
.
*
Some mrbgem use this mrbconf.
`MRB_NAN_BOXING`
*
If defined represent
`mrb_value`
in boxed
`double`
.
*
Conflicts with
`MRB_USE_FLOAT`
.
`MRB_WORD_BOXING`
*
If defined represent
`mrb_value`
as a word.
*
If defined
`Float`
will be a mruby object with
`RBasic`
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment