[Groonga-commit] groonga/groonga [master] fixed. GRN_API -> GRN_VAR.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 10月 12日 (火) 20:42:31 JST


Toshihisa	2010-10-12 11:42:31 +0000 (Tue, 12 Oct 2010)

  New Revision: 51f51142e99c121f7735b05428841b32ffbad159

  Log:
    fixed. GRN_API -> GRN_VAR.

  Modified files:
    lib/proc.h

  Modified: lib/proc.h (+1 -1)
===================================================================
--- lib/proc.h    2010-10-12 11:40:28 +0000 (1c4c57b)
+++ lib/proc.h    2010-10-12 11:42:31 +0000 (b956ef5)
@@ -25,7 +25,7 @@
 extern "C" {
 #endif
 
-GRN_API extern const char *grn_document_root;
+GRN_VAR extern const char *grn_document_root;
 void grn_db_init_builtin_query(grn_ctx *ctx);
 
 #ifdef __cplusplus




Groonga-commit メーリングリストの案内
Back to archive index