Changeset: e13983792b69 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e13983792b69
Modified Files:
        clients/Tests/exports.stable.out
        gdk/gdk_bbp.c
Branch: embedded
Log Message:

Only use export on declarations, not on definitions.


diffs (25 lines):

diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out
--- a/clients/Tests/exports.stable.out
+++ b/clients/Tests/exports.stable.out
@@ -196,7 +196,6 @@ BAT *BBPquickdesc(bat b, int delaccess);
 int BBPreclaim(BAT *b);
 int BBPrename(bat bid, const char *nme);
 void BBPresetfarms(void);
-void BBPresetfarms(void){ BBPexit();
 gdk_return BBPsave(BAT *b);
 void BBPshare(bat b);
 gdk_return BBPsync(int cnt, bat *subcommit);
diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -1268,7 +1268,9 @@ BBPaddfarm(const char *dirname, int role
        GDKfatal("BBPaddfarm: too many farms\n");
 }
 
-gdk_export void BBPresetfarms(void) {
+void
+BBPresetfarms(void)
+{
        BBPexit();
        BBPunlock("BBPexit");
        BBPsize = 0;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to