Changeset: b283d67035a4 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b283d67035a4
Modified Files:
sql/backends/monet5/sql_cast_impl_down_from_int.h
Branch: Jul2015
Log Message:
cleanup
diffs (12 lines):
diff --git a/sql/backends/monet5/sql_cast_impl_down_from_int.h
b/sql/backends/monet5/sql_cast_impl_down_from_int.h
--- a/sql/backends/monet5/sql_cast_impl_down_from_int.h
+++ b/sql/backends/monet5/sql_cast_impl_down_from_int.h
@@ -28,7 +28,7 @@ str
FUN(,TP1,_dec2_,TP2) (TP2 *res, const int *s1, const TP1 *v)
{
int scale = *s1;
- lng val = *v, h = 0;//(val < 0) ? -5 : 5;
+ lng val = *v, h = 0;
/* shortcut nil */
if (*v == NIL(TP1)) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list