Changeset: 1455a4d80cc0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=1455a4d80cc0
Modified Files:
        MonetDB5/src/mal/mal_function.mx
Branch: Oct2010
Log Message:

Merge with Jun2010 branch.


diffs (12 lines):

diff -r cfad45d34044 -r 1455a4d80cc0 MonetDB5/src/mal/mal_function.mx
--- a/MonetDB5/src/mal/mal_function.mx  Mon Sep 20 16:35:38 2010 +0200
+++ b/MonetDB5/src/mal/mal_function.mx  Tue Sep 21 10:13:16 2010 +0200
@@ -63,7 +63,7 @@
 #include "mal_resolve.h"
 
 typedef struct lifespan {
-       short beginLifespan, endLifespan, lastUpdate;
+       int beginLifespan, endLifespan, lastUpdate;
 } *Lifespan, LifespanRecord;
 
 #define getLastUpdate(L,I)     (L[I].lastUpdate)
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to