Changeset: 104edac0d0b9 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=104edac0d0b9
Modified Files:
        gdk/gdk_group.c
Branch: default
Log Message:

Merge with Jul2017 branch.


diffs (35 lines):

diff --git a/gdk/gdk_group.c b/gdk/gdk_group.c
--- a/gdk/gdk_group.c
+++ b/gdk/gdk_group.c
@@ -310,9 +310,9 @@
                                                break;                  \
                                        }                               \
                                }                                       \
-                       }                                               \
-                       if (hb == HASHnil(hs) || hb < lo) {             \
-                               GRPnotfound();                          \
+                               if (hb == HASHnil(hs) || hb < lo) {     \
+                                       GRPnotfound();                  \
+                               }                                       \
                        }                                               \
                }                                                       \
        } while(0)
@@ -464,12 +464,12 @@
                                                break;                  \
                                        }                               \
                                }                                       \
-                       }                                               \
-                       if (hb == HASHnil(hs) || hb < start) {          \
-                               GRPnotfound();                          \
-                               /* enter new group into hash table */   \
-                               HASHputlink(hs, p, HASHget(hs, prb));   \
-                               HASHput(hs, prb, p);                    \
+                               if (hb == HASHnil(hs) || hb < start) {  \
+                                       GRPnotfound();                  \
+                                       /* enter new group into hash table */ \
+                                       HASHputlink(hs, p, HASHget(hs, prb)); \
+                                       HASHput(hs, prb, p);            \
+                               }                                       \
                        }                                               \
                }                                                       \
        } while (0)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to