[Groonga-commit] groonga/groonga at 183e6a7 [master] Reduce scope

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 6 12:22:54 JST 2016


Kouhei Sutou	2016-04-06 12:22:54 +0900 (Wed, 06 Apr 2016)

  New Revision: 183e6a77e311fbb6b8ef9322eed51f49dd256012
  https://github.com/groonga/groonga/commit/183e6a77e311fbb6b8ef9322eed51f49dd256012

  Message:
    Reduce scope

  Modified files:
    src/groonga.c

  Modified: src/groonga.c (+1 -1)
===================================================================
--- src/groonga.c    2016-04-06 12:21:39 +0900 (3821250)
+++ src/groonga.c    2016-04-06 12:22:54 +0900 (92d87a3)
@@ -106,7 +106,6 @@ static int ready_notify_pipe[2];
 #define PIPE_WRITE 1
 
 static grn_encoding encoding;
-static grn_command_version default_command_version;
 static const char *windows_event_source_name = "Groonga";
 static grn_bool use_windows_event_log = GRN_FALSE;
 static grn_obj http_response_server_line;
@@ -3195,6 +3194,7 @@ main(int argc, char **argv)
   int i;
   int flags = 0;
   uint32_t cache_limit = 0;
+  grn_command_version default_command_version;
   int64_t default_match_escalation_threshold = 0;
   grn_bool need_line_editor = GRN_FALSE;
   static grn_str_getopt_opt opts[] = {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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