Changeset: fc83e8beb977 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/fc83e8beb977
Modified Files:
        monetdb5/modules/atoms/json.h
Branch: nested
Log Message:

fix export for JSONparse/free for windows.


diffs (13 lines):

diff --git a/monetdb5/modules/atoms/json.h b/monetdb5/modules/atoms/json.h
--- a/monetdb5/modules/atoms/json.h
+++ b/monetdb5/modules/atoms/json.h
@@ -46,7 +46,7 @@ typedef struct JSON {
        int free;
 } JSON;
 
-extern JSON *JSONparse(const char *j);
-extern void JSONfree(JSON *jt);
+mal_export JSON *JSONparse(const char *j);
+mal_export void JSONfree(JSON *jt);
 
 #endif /* __JSON_H__ */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to