mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* encindex.h: fix typo of last #endif comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dfa9eb54bd
commit
a2dce5c60a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Sep 16 20:49:56 2015 Masaki Suketa <masaki.suketa@nifty.ne.jp>
|
||||
|
||||
* encindex.h: fix typo of last #endif comment. [ci skip]
|
||||
|
||||
Wed Sep 16 20:39:26 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* variable.c (set_const_visibility): fail if the class/module is
|
||||
|
|
|
@ -64,4 +64,4 @@ enum ruby_preserved_encindex {
|
|||
} /* extern "C" { */
|
||||
#endif
|
||||
|
||||
#endif /* RUBY_INTERNAL_H */
|
||||
#endif /* RUBY_ENCINDEX_H */
|
||||
|
|
Loading…
Reference in a new issue