* 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
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…
x
Reference in New Issue
Block a user