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

Some systems want to be told that a constant is a long long.


diffs (12 lines):

diff --git a/gdk/gdk_atoms.c b/gdk/gdk_atoms.c
--- a/gdk/gdk_atoms.c
+++ b/gdk/gdk_atoms.c
@@ -732,7 +732,7 @@ numFromStr(const char *src, int *len, vo
                maxdiv10 = 214748364/*7*/;
                break;
        case 8:
-               maxdiv10 = 922337203685477580/*7*/;
+               maxdiv10 = LL_CONSTANT(922337203685477580)/*7*/;
                break;
        }
        do {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to