[Groonga-mysql-commit] mroonga/mroonga [master] util -> sys.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 9日 (木) 16:38:21 JST


Kouhei Sutou	2011-06-09 07:38:21 +0000 (Thu, 09 Jun 2011)

  New Revision: 74cdf3b2c5069da1ca574cbed85ae02d271e7188

  Log:
    util -> sys.

  Modified files:
    mrn_sys.h

  Modified: mrn_sys.h (+3 -3)
===================================================================
--- mrn_sys.h    2011-06-09 07:31:40 +0000 (df968dd)
+++ mrn_sys.h    2011-06-09 07:38:21 +0000 (b28d3ac)
@@ -15,8 +15,8 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-#ifndef _mrn_util_h
-#define _mrn_util_h
+#ifndef _mrn_sys_h
+#define _mrn_sys_h
 
 #include <groonga.h>
 
@@ -43,4 +43,4 @@ char *mrn_db_name_gen(const char *arg, char *dest);
 char *mrn_table_name_gen(const char *arg, char *dest);
 char *mrn_index_name_gen(const char *arg, int idx, char *dest);
 
-#endif /* _mrn_util_h */
+#endif /* _mrn_sys_h */




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