|
From: <got...@us...> - 2009-04-14 13:55:55
|
Revision: 218
http://scstudio.svn.sourceforge.net/scstudio/?rev=218&view=rev
Author: gotthardp
Date: 2009-04-14 13:55:52 +0000 (Tue, 14 Apr 2009)
Log Message:
-----------
Fixed properties. Fixed long long literals.
Modified Paths:
--------------
trunk/src/check/boundedness/universal_boundedness_checker.h
trunk/src/data/time.h
trunk/tests/decimal_test.cpp
Property Changed:
----------------
trunk/src/data/time.h
trunk/tests/decimal_test.cpp
trunk/tests/interval_test.cpp
Modified: trunk/src/check/boundedness/universal_boundedness_checker.h
===================================================================
--- trunk/src/check/boundedness/universal_boundedness_checker.h 2009-04-14 13:22:47 UTC (rev 217)
+++ trunk/src/check/boundedness/universal_boundedness_checker.h 2009-04-14 13:55:52 UTC (rev 218)
@@ -214,4 +214,4 @@
};
-// $Id$
\ No newline at end of file
+// $Id$
Modified: trunk/src/data/time.h
===================================================================
--- trunk/src/data/time.h 2009-04-14 13:22:47 UTC (rev 217)
+++ trunk/src/data/time.h 2009-04-14 13:55:52 UTC (rev 218)
@@ -13,7 +13,7 @@
*
* Copyright (c) 2008
*
- * $Id:
+ * $Id$
*/
#ifndef _TIME_H_
@@ -811,3 +811,5 @@
#endif // _TIME_H_
+
+// $Id$
Property changes on: trunk/src/data/time.h
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Modified: trunk/tests/decimal_test.cpp
===================================================================
--- trunk/tests/decimal_test.cpp 2009-04-14 13:22:47 UTC (rev 217)
+++ trunk/tests/decimal_test.cpp 2009-04-14 13:55:52 UTC (rev 218)
@@ -14,8 +14,8 @@
DecScaled dec4(1,0);
DecScaled dec5(1,3);
DecScaled dec6(123,5);
- DecScaled dec7(23000000432,-4);
- DecScaled dec8(146000000432,-4);
+ DecScaled dec7(23000000432LL,-4);
+ DecScaled dec8(146000000432LL,-4);
DecScaled dec9(1,0);
// addition
Property changes on: trunk/tests/decimal_test.cpp
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Property changes on: trunk/tests/interval_test.cpp
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|