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
6498d90f
Commit
6498d90f
authored
May 25, 2015
by
take_cheeze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move "src/mrb_throw.h" to "include/mruby/throw.h".
Related to #2760.
parent
f7090549
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
include/mruby/throw.h
include/mruby/throw.h
+1
-1
src/codegen.c
src/codegen.c
+1
-1
src/error.c
src/error.c
+1
-1
src/parse.y
src/parse.y
+1
-1
src/vm.c
src/vm.c
+1
-1
No files found.
src/mrb_
throw.h
→
include/mruby/
throw.h
View file @
6498d90f
/*
** mr
b_
throw.h - mruby exception throwing handler
** mr
uby/
throw.h - mruby exception throwing handler
**
** See Copyright Notice in mruby.h
*/
...
...
src/codegen.c
View file @
6498d90f
...
...
@@ -17,7 +17,7 @@
#include "node.h"
#include "mruby/opcode.h"
#include "mruby/re.h"
#include "mr
b_
throw.h"
#include "mr
uby/
throw.h"
typedef
mrb_ast_node
node
;
typedef
struct
mrb_parser_state
parser_state
;
...
...
src/error.c
View file @
6498d90f
...
...
@@ -16,7 +16,7 @@
#include "mruby/debug.h"
#include "mruby/error.h"
#include "mruby/class.h"
#include "mr
b_
throw.h"
#include "mr
uby/
throw.h"
MRB_API
mrb_value
mrb_exc_new
(
mrb_state
*
mrb
,
struct
RClass
*
c
,
const
char
*
ptr
,
size_t
len
)
...
...
src/parse.y
View file @
6498d90f
...
...
@@ -27,7 +27,7 @@
#include "mruby/proc.h"
#include "mruby/error.h"
#include "node.h"
#include "mr
b_
throw.h"
#include "mr
uby/
throw.h"
#define YYLEX_PARAM p
...
...
src/vm.c
View file @
6498d90f
...
...
@@ -20,7 +20,7 @@
#include "mruby/error.h"
#include "mruby/opcode.h"
#include "value_array.h"
#include "mr
b_
throw.h"
#include "mr
uby/
throw.h"
#ifndef ENABLE_STDIO
#if defined(__cplusplus)
...
...
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