[Groonga-mysql-commit] mroonga/mroonga [master] Remove needless MAPPER_

Back to archive index

null+****@clear***** null+****@clear*****
2012年 4月 10日 (火) 11:39:16 JST


Kouhei Sutou	2012-04-10 11:39:16 +0900 (Tue, 10 Apr 2012)

  New Revision: 9581023ad2f8bb6dbfca5b71d65a51be0c079a3d

  Log:
    Remove needless MAPPER_

  Modified files:
    lib/mrn_index_table_name.hpp

  Modified: lib/mrn_index_table_name.hpp (+2 -2)
===================================================================
--- lib/mrn_index_table_name.hpp    2012-04-10 11:38:56 +0900 (b21a8fb)
+++ lib/mrn_index_table_name.hpp    2012-04-10 11:39:16 +0900 (43737ef)
@@ -18,7 +18,7 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#ifndef MRN_INDEX_TABLE_NAME_MAPPER_HPP_
+#ifndef MRN_INDEX_TABLE_NAME_HPP_
 #define MRN_INDEX_TABLE_NAME_HPP_
 
 #include <mrn_constants.hpp>
@@ -39,4 +39,4 @@ namespace mrn {
   };
 }
 
-#endif /* MRN_INDEX_TABLE_NAME_MAPPER_HPP_ */
+#endif /* MRN_INDEX_TABLE_NAME_HPP_ */




Groonga-mysql-commit メーリングリストの案内
Back to archive index