Changeset: b6d92a2fee99 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b6d92a2fee99
Modified Files:
sql/backends/monet5/UDF/capi/capi.c
Branch: jitudf
Log Message:
Solaris fix.
diffs (12 lines):
diff --git a/sql/backends/monet5/UDF/capi/capi.c
b/sql/backends/monet5/UDF/capi/capi.c
--- a/sql/backends/monet5/UDF/capi/capi.c
+++ b/sql/backends/monet5/UDF/capi/capi.c
@@ -401,7 +401,7 @@ static str CUDFeval(Client cntxt, MalBlk
size_t volatile input_count = 0;
void ** volatile outputs = NULL;
size_t volatile output_count = 0;
- BAT **input_bats = NULL;
+ BAT ** volatile input_bats = NULL;
mprotected_region *regions = NULL, *region_iter = NULL;
lng initial_output_count = -1;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list