K 10 svn:author V 7 antoine K 8 svn:date V 27 2019-05-11T08:23:16.629451Z K 7 svn:log V 529 Mark BROKEN src/pgroonga.c:77:6: error: redefinition of 'PGrnGroongaInitialized' with a different type: 'bool' vs 'bool' (aka 'char') bool PGrnGroongaInitialized = false; ^ src/pgroonga.h:94:13: note: previous declaration is here extern bool PGrnGroongaInitialized; ^ src/pgroonga.c:7094:1: error: conflicting types for 'PGrnIndexIsPGroonga' PGrnIndexIsPGroonga(Relation index) ^ src/pgroonga.h:97:6: note: previous declaration is here bool PGrnIndexIsPGroonga(Relation index); ^ Reported by: pkg-fallout END