mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* error.c (ruby_description): fixed type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
81a68908cd
commit
0d570142ba
1 changed files with 1 additions and 1 deletions
2
error.c
2
error.c
|
@ -23,7 +23,7 @@
|
||||||
#define EXIT_SUCCESS 0
|
#define EXIT_SUCCESS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern const char ruby_desription[];
|
extern const char ruby_description[];
|
||||||
|
|
||||||
static int
|
static int
|
||||||
err_position_0(char *buf, long len, const char *file, int line)
|
err_position_0(char *buf, long len, const char *file, int line)
|
||||||
|
|
Loading…
Add table
Reference in a new issue