Skip to content

Commit

Permalink
* README.EXT, README.EXT.ja: fixed wrong function signature.
Browse files Browse the repository at this point in the history
  [ruby-talk:98349]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Apr 26, 2004
1 parent 04aa9a8 commit aeae3aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Mon Apr 26 23:56:54 2004 Daniel Kelley <[email protected]>

* README.EXT, README.EXT.ja: fixed wrong function signature.
[ruby-talk:98349]

Mon Apr 26 21:40:09 2004 Dave Thomas <[email protected]>

* lib/rdoc/code_objects.rb (RDoc::Context::add_alias): Only alias
Expand Down
2 changes: 1 addition & 1 deletion README.EXT
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ namespace.

Defines a new Ruby module.

VALUE rb_define_module_under(VALUE module, const char *name, VALUE super)
VALUE rb_define_module_under(VALUE module, const char *name)

Defines a new Ruby module under the module's namespace.

Expand Down
2 changes: 1 addition & 1 deletion README.EXT.ja
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ VALUE rb_define_module(const char *name)

������Ruby�⥸�塼���������롥

VALUE rb_define_module_under(VALUE module, const char *name, VALUE super)
VALUE rb_define_module_under(VALUE module, const char *name)

������Ruby�⥸�塼����������module������Ȥ���������롥

Expand Down

0 comments on commit aeae3aa

Please sign in to comment.