Changeset: 1da78f6c0f94 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1da78f6c0f94
Modified Files:
monetdb5/modules/mal/remote.mx
Branch: default
Log Message:
No code before declarations.
diffs (14 lines):
diff --git a/monetdb5/modules/mal/remote.mx b/monetdb5/modules/mal/remote.mx
--- a/monetdb5/modules/mal/remote.mx
+++ b/monetdb5/modules/mal/remote.mx
@@ -558,9 +558,9 @@
}
str RMTprelude(int *ret) {
- (void)ret;
int type = 0;
+ (void)ret;
#ifdef WORDS_BIGENDIAN
type |= RMTT_B_ENDIAN;
#else
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list