Changeset: eccafe0d168f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eccafe0d168f
Modified Files:
        gdk/gdk_calc.c
Branch: Oct2014
Log Message:

Update comment.


diffs (12 lines):

diff --git a/gdk/gdk_calc.c b/gdk/gdk_calc.c
--- a/gdk/gdk_calc.c
+++ b/gdk/gdk_calc.c
@@ -47,7 +47,7 @@
 
 /* The base type is the storage type if the comparison function and
  * nil values are the same as those of the storage type; otherwise it
- * is the type itself, even if the storage type is different. */
+ * is the type itself. */
 #define BASETYPE(t)    ((t) != ATOMstorage(t) &&                       \
                         ATOMnilptr(t) == ATOMnilptr(ATOMstorage(t)) && \
                         ATOMcompare(t) == ATOMcompare(ATOMstorage(t)) ? \
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to