[前][次][番号順一覧][スレッド一覧]

ruby-changes:39801

From: suke <ko1@a...>
Date: Wed, 16 Sep 2015 20:54:13 +0900 (JST)
Subject: [ruby-changes:39801] suke:r51882 (trunk): * encindex.h: fix typo of last #endif comment.

suke	2015-09-16 20:53:50 +0900 (Wed, 16 Sep 2015)

  New Revision: 51882

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51882

  Log:
    * encindex.h: fix typo of last #endif comment.

  Modified files:
    trunk/ChangeLog
    trunk/encindex.h
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 51881)
+++ ChangeLog	(revision 51882)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Sep 16 20:49:56 2015  Masaki Suketa  <masaki.suketa@n...>
+
+	* encindex.h: fix typo of last #endif comment. [ci skip]
+
 Wed Sep 16 20:39:26 2015  Nobuyoshi Nakada  <nobu@r...>
 
 	* variable.c (set_const_visibility): fail if the class/module is
Index: encindex.h
===================================================================
--- encindex.h	(revision 51881)
+++ encindex.h	(revision 51882)
@@ -64,4 +64,4 @@ enum ruby_preserved_encindex { https://github.com/ruby/ruby/blob/trunk/encindex.h#L64
 }  /* extern "C" { */
 #endif
 
-#endif /* RUBY_INTERNAL_H */
+#endif /* RUBY_ENCINDEX_H */

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]