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
73e92e25
Commit
73e92e25
authored
May 10, 2012
by
Yukihiro Matsumoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove INCLUDE_REGEXP dependency from array.c
parent
e6f0b961
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
src/array.c
src/array.c
+0
-6
No files found.
src/array.c
View file @
73e92e25
...
@@ -10,12 +10,6 @@
...
@@ -10,12 +10,6 @@
#include "mruby/string.h"
#include "mruby/string.h"
#include "mruby/class.h"
#include "mruby/class.h"
#ifdef INCLUDE_REGEXP
#define mrb_usascii_str_new2 mrb_usascii_str_new_cstr
#else
#define mrb_usascii_str_new2 mrb_str_new_cstr
#define mrb_usascii_str_new mrb_str_new
#endif
mrb_value
mrb_exec_recursive_paired
(
mrb_state
*
mrb
,
mrb_value
(
*
func
)
(
mrb_state
*
,
mrb_value
,
mrb_value
,
int
),
mrb_value
mrb_exec_recursive_paired
(
mrb_state
*
mrb
,
mrb_value
(
*
func
)
(
mrb_state
*
,
mrb_value
,
mrb_value
,
int
),
mrb_value
obj
,
mrb_value
paired_obj
,
void
*
arg
);
mrb_value
obj
,
mrb_value
paired_obj
,
void
*
arg
);
...
...
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