Skip to content
Sign up
Product
Features
Mobile
Actions
Codespaces
Copilot
Packages
Security
Code review
Issues
Integrations
GitHub Sponsors
Customer stories
Team
Enterprise
Explore
Explore GitHub
Learn and contribute
Topics
Collections
Trending
Skills
GitHub Sponsors
Open source guides
Connect with others
The ReadME Project
Events
Community forum
GitHub Education
GitHub Stars program
Marketplace
Pricing
Plans
Compare plans
Contact Sales
Education
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this organization
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
{{ message }}
mruby
/
mruby
Public
Notifications
Fork
746
Star
5k
Code
Issues
104
Pull requests
30
Discussions
Actions
Projects
0
Wiki
Security
Insights
More
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Use mrb_int for argc.
Loading branch information
clayton-shopify
committed
Jan 11, 2017
1 parent
db1bd07
commit
bc4c90de075fd77ecb844daca0a456a06922786b
Showing
1 changed file
with
1 addition
and
1 deletion
.
Split
Unified
There are no files selected for viewing
2
src/error.c
Show comments
View file
Edit file
Delete file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
@@ -44,7 +44,7 @@ static mrb_value
exc_initialize
(mrb_state *mrb, mrb_value exc)
{
mrb_value mesg;
int
argc;
mrb_int
argc;
mrb_value *argv;
if
(
mrb_get_args
(mrb,
"
|o*
"
, &mesg, &argv, &argc) >=
1
) {
Toggle all file notes
Toggle all file annotations
0 comments on commit
bc4c90d
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.