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
fd5e3418
Commit
fd5e3418
authored
Nov 17, 2015
by
Yukihiro "Matz" Matsumoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3019 from cremno/fix-mrb_disable_stdio-typos
fix MRB_DISABLE_STDIO typos
parents
dd57cb71
ad21e5e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/mrbconf.h
include/mrbconf.h
+1
-1
include/mruby/compile.h
include/mruby/compile.h
+1
-1
No files found.
include/mrbconf.h
View file @
fd5e3418
...
...
@@ -85,7 +85,7 @@
/* define MRB_DISABLE_XXXX from DISABLE_XXX (for compatibility) */
#ifdef DISABLE_STDIO
#define MRB_DIABLE_STDIO
#define MRB_DI
S
ABLE_STDIO
#endif
/* define MRB_ENABLE_XXXX from ENABLE_XXX (for compatibility) */
...
...
include/mruby/compile.h
View file @
fd5e3418
...
...
@@ -112,7 +112,7 @@ struct mrb_parser_state {
struct
mrb_pool
*
pool
;
mrb_ast_node
*
cells
;
const
char
*
s
,
*
send
;
#ifndef MRB_DIABLE_STDIO
#ifndef MRB_DI
S
ABLE_STDIO
FILE
*
f
;
#endif
mrbc_context
*
cxt
;
...
...
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