We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa9eb5 commit a2dce5cCopy full SHA for a2dce5c
ChangeLog
@@ -1,3 +1,7 @@
1
+Wed Sep 16 20:49:56 2015 Masaki Suketa <masaki.suketa@nifty.ne.jp>
2
+
3
+ * encindex.h: fix typo of last #endif comment. [ci skip]
4
5
Wed Sep 16 20:39:26 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
6
7
* variable.c (set_const_visibility): fail if the class/module is
encindex.h
@@ -64,4 +64,4 @@ enum ruby_preserved_encindex {
64
} /* extern "C" { */
65
#endif
66
67
-#endif /* RUBY_INTERNAL_H */
+#endif /* RUBY_ENCINDEX_H */
0 commit comments