Changeset: a316f2eaccc5 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a316f2eaccc5
Modified Files:
        sql/include/sql_mem.h
Branch: default
Log Message:

This symbol has to be exported


diffs (12 lines):

diff --git a/sql/include/sql_mem.h b/sql/include/sql_mem.h
--- a/sql/include/sql_mem.h
+++ b/sql/include/sql_mem.h
@@ -63,7 +63,7 @@ sql_export void *sa_zalloc( sql_allocato
 extern void *sa_realloc( sql_allocator *sa,  void *ptr, size_t sz, size_t osz 
);
 extern void sa_destroy( sql_allocator *sa );
 extern char *sa_strndup( sql_allocator *sa, const char *s, size_t l);
-extern char *sa_strdup( sql_allocator *sa, const char *s);
+sql_export char *sa_strdup( sql_allocator *sa, const char *s);
 extern char *sa_strconcat( sql_allocator *sa, const char *s1, const char *s2);
 extern size_t sa_size( sql_allocator *sa );
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to