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
ed0d9f00
Commit
ed0d9f00
authored
Nov 25, 2013
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove MRB_PARSER_BUF_SIZE configuration; close #1596
parent
91a4eb57
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
include/mrbconf.h
include/mrbconf.h
+0
-3
include/mruby/compile.h
include/mruby/compile.h
+1
-3
No files found.
include/mrbconf.h
View file @
ed0d9f00
...
@@ -56,9 +56,6 @@
...
@@ -56,9 +56,6 @@
/* initial minimum size for string buffer */
/* initial minimum size for string buffer */
//#define MRB_STR_BUF_MIN_SIZE 128
//#define MRB_STR_BUF_MIN_SIZE 128
/* array size for parser buffer */
//#define MRB_PARSER_BUF_SIZE 1024
/* arena size */
/* arena size */
//#define MRB_GC_ARENA_SIZE 100
//#define MRB_GC_ARENA_SIZE 100
...
...
include/mruby/compile.h
View file @
ed0d9f00
...
@@ -96,9 +96,7 @@ struct mrb_parser_heredoc_info {
...
@@ -96,9 +96,7 @@ struct mrb_parser_heredoc_info {
mrb_ast_node
*
doc
;
mrb_ast_node
*
doc
;
};
};
#ifndef MRB_PARSER_BUF_SIZE
#define MRB_PARSER_BUF_SIZE 1024
# define MRB_PARSER_BUF_SIZE 1024
#endif
/* parser structure */
/* parser structure */
struct
mrb_parser_state
{
struct
mrb_parser_state
{
...
...
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