Changeset: d7d082274cc2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d7d082274cc2
Modified Files:
sql/backends/monet5/sql_round.c
Branch: default
Log Message:
Undo accidental part of checkin from changeset 625055e430ba.
diffs (22 lines):
diff --git a/sql/backends/monet5/sql_round.c b/sql/backends/monet5/sql_round.c
--- a/sql/backends/monet5/sql_round.c
+++ b/sql/backends/monet5/sql_round.c
@@ -110,7 +110,7 @@ static lng scales[19] = {
#define STRING(a) #a
-#define BIG int /* a larger type */
+#define BIG lng /* a larger type */
#define TYPE bte
#include "sql_round_impl.h"
@@ -120,9 +120,6 @@ static lng scales[19] = {
#include "sql_round_impl.h"
#undef TYPE
-#undef BIG
-#define BIG lng
-
#define TYPE int
#include "sql_round_impl.h"
#undef TYPE
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list