[Groonga-commit] groonga/groonga at 9659614 [master] Remove duplicated typedef

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 25 18:05:22 JST 2013


Kouhei Sutou	2013-09-25 18:05:22 +0900 (Wed, 25 Sep 2013)

  New Revision: 9659614aabadff7f13c90064a6af25aac0bbcd65
  https://github.com/groonga/groonga/commit/9659614aabadff7f13c90064a6af25aac0bbcd65

  Message:
    Remove duplicated typedef

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+2 -2)
===================================================================
--- lib/ctx.c    2013-09-25 12:40:10 +0900 (4db42ac)
+++ lib/ctx.c    2013-09-25 18:05:22 +0900 (3e8501a)
@@ -1971,7 +1971,7 @@ grn_ctx_info_get(grn_ctx *ctx, grn_ctx_info *info)
 
 typedef struct _grn_cache_entry grn_cache_entry;
 
-typedef struct _grn_cache {
+struct _grn_cache {
   grn_cache_entry *next;
   grn_cache_entry *prev;
   grn_hash *hash;
@@ -1979,7 +1979,7 @@ typedef struct _grn_cache {
   uint32_t max_nentries;
   uint32_t nfetches;
   uint32_t nhits;
-} grn_cache;
+};
 
 struct _grn_cache_entry {
   grn_cache_entry *next;
-------------- next part --------------
HTML����������������������������...
下载 



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