Skip to content

Commit

Permalink
* include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed
Browse files Browse the repository at this point in the history
  zombie prototype declarations.  a patch from Eric Hodel
  at [ruby-core:32305].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Sep 11, 2010
1 parent 72e1df7 commit 6329215
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Sat Sep 11 12:32:05 2010 Nobuyoshi Nakada <[email protected]>

* include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed
zombie prototype declarations. a patch from Eric Hodel
at [ruby-core:32305].

Sat Sep 11 06:53:12 2010 Tanaka Akira <[email protected]>

* ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?
Expand Down
2 changes: 0 additions & 2 deletions include/ruby/intern.h
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,6 @@ VALUE rb_reg_init_str(VALUE re, VALUE s, int options);
VALUE rb_reg_match(VALUE, VALUE);
VALUE rb_reg_match2(VALUE);
int rb_reg_options(VALUE);
void rb_set_kcode(const char*);
const char* rb_get_kcode(void);
/* ruby.c */
#define rb_argv rb_get_argv()
RUBY_EXTERN VALUE rb_argv0;
Expand Down

0 comments on commit 6329215

Please sign in to comment.