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
9fab01ca
Commit
9fab01ca
authored
Dec 24, 2013
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove MRB_IREP_ARRAY_INIT_SIZE which is no longer used
parent
4d92d2e1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
include/mrbconf.h
include/mrbconf.h
+0
-3
src/state.c
src/state.c
+0
-4
No files found.
include/mrbconf.h
View file @
9fab01ca
...
...
@@ -38,9 +38,6 @@
/* initial size for IV khash; ignored when MRB_USE_IV_SEGLIST is set */
//#define MRB_IVHASH_INIT_SIZE 8
/* initial size for IREP array */
//#define MRB_IREP_ARRAY_INIT_SIZE (256u)
/* turn off generational GC by default */
//#define MRB_GC_TURN_OFF_GENERATIONAL
...
...
src/state.c
View file @
9fab01ca
...
...
@@ -207,10 +207,6 @@ mrb_close(mrb_state *mrb)
mrb_free
(
mrb
,
mrb
);
}
#ifndef MRB_IREP_ARRAY_INIT_SIZE
# define MRB_IREP_ARRAY_INIT_SIZE (256u)
#endif
mrb_irep
*
mrb_add_irep
(
mrb_state
*
mrb
)
{
...
...
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