null+****@clear*****
null+****@clear*****
2011年 2月 18日 (金) 14:36:24 JST
Kouhei Sutou 2011-02-18 05:36:24 +0000 (Fri, 18 Feb 2011)
New Revision: 8b594fa1dbcd35e773b7640ffed88d24262eb1fa
Log:
remove needless macro value.
Modified files:
lib/plugin.c
Modified: lib/plugin.c (+2 -2)
===================================================================
--- lib/plugin.c 2011-02-18 05:26:32 +0000 (18deac1)
+++ lib/plugin.c 2011-02-18 05:36:24 +0000 (f1b55e3)
@@ -381,8 +381,8 @@ normalize_path_separator(char *path)
}
}
#else /* WIN32 */
-# define default_plugins_dir() GRN_PLUGINS_DIR;
-# define normalize_path_separator(path) path;
+# define default_plugins_dir() GRN_PLUGINS_DIR
+# define normalize_path_separator(path)
#endif /* WIN32 */
grn_rc