Kouhei Sutou
null+****@clear*****
Thu Dec 29 23:34:45 JST 2016
Kouhei Sutou 2016-12-29 23:34:45 +0900 (Thu, 29 Dec 2016) New Revision: 74d9431ece4c46223429610e8cbee2e4dbbded92 https://github.com/pgroonga/pgroonga/commit/74d9431ece4c46223429610e8cbee2e4dbbded92 Message: Reduce scope Modified files: src/pgroonga.c src/pgroonga.h Modified: src/pgroonga.c (+2 -0) =================================================================== --- src/pgroonga.c 2016-12-29 23:33:22 +0900 (49422a8) +++ src/pgroonga.c 2016-12-29 23:34:45 +0900 (be8333f) @@ -147,6 +147,8 @@ typedef struct PGrnPrefixRKSequentialSearchData static slist_head PGrnScanOpaques = SLIST_STATIC_INIT(PGrnScanOpaques); #endif +extern PGDLLEXPORT void _PG_init(void); + #ifdef PGRN_SUPPORT_SCORE PGRN_FUNCTION_INFO_V1(pgroonga_score); #endif Modified: src/pgroonga.h (+0 -2) =================================================================== --- src/pgroonga.h 2016-12-29 23:33:22 +0900 (259fdf3) +++ src/pgroonga.h 2016-12-29 23:34:45 +0900 (7d7ce00) @@ -55,5 +55,3 @@ #define PGrnJSONValueLexiconNameFormat "JSONValueLexicon%s%u_%u" #define PGrnLexiconNameFormat "Lexicon%u_%u" #define PGrnIndexColumnName "index" - -extern void PGDLLEXPORT _PG_init(void); -------------- next part -------------- HTML����������������������������...Download