[Groonga-commit] ranguba/rroonga at 7b7b529 [master] Add comment for backward compatibility code

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 5 22:54:42 JST 2016


Kouhei Sutou	2016-03-05 22:54:42 +0900 (Sat, 05 Mar 2016)

  New Revision: 7b7b529f8a22ddda363a6bfb9c483ea0ffb7f2f9
  https://github.com/ranguba/rroonga/commit/7b7b529f8a22ddda363a6bfb9c483ea0ffb7f2f9

  Message:
    Add comment for backward compatibility code

  Modified files:
    ext/groonga/rb-grn-config.c

  Modified: ext/groonga/rb-grn-config.c (+1 -0)
===================================================================
--- ext/groonga/rb-grn-config.c    2016-03-05 22:54:35 +0900 (b019260)
+++ ext/groonga/rb-grn-config.c    2016-03-05 22:54:42 +0900 (66e3517)
@@ -227,6 +227,7 @@ rb_grn_init_config (VALUE mGrn)
     VALUE cGrnConfig;
 
     cGrnConfig = rb_define_class_under(mGrn, "Config", rb_cObject);
+    /* For backward compatibility. */
     rb_define_const(mGrn, "Conf", cGrnConfig);
 
     rb_include_module(cGrnConfig, rb_mEnumerable);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index