Kaydet (Commit) da06488e authored tarafından Eike Rathke's avatar Eike Rathke

use SAL_CONST_UINT64 with such large values

üst f2326368
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
#define SC_DOUBLE_MAXVALUE 1.7e307 #define SC_DOUBLE_MAXVALUE 1.7e307
static const sal_uInt64 n2power48 = 281474976710656; // 2^48 static const sal_uInt64 n2power48 = SAL_CONST_UINT64( 281474976710656); // 2^48
IMPL_FIXEDMEMPOOL_NEWDEL( ScTokenStack, 8, 4 ) IMPL_FIXEDMEMPOOL_NEWDEL( ScTokenStack, 8, 4 )
IMPL_FIXEDMEMPOOL_NEWDEL( ScInterpreter, 32, 16 ) IMPL_FIXEDMEMPOOL_NEWDEL( ScInterpreter, 32, 16 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment