[cmake-commits] hoffman committed SystemInformation.hxx.in 1.4 1.5

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Jan 30 12:56:01 EST 2008


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv694

Modified Files:
	SystemInformation.hxx.in 
Log Message:
ENH: fix for vs 70 


Index: SystemInformation.hxx.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/SystemInformation.hxx.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- SystemInformation.hxx.in	30 Jan 2008 16:17:36 -0000	1.4
+++ SystemInformation.hxx.in	30 Jan 2008 17:55:59 -0000	1.5
@@ -98,13 +98,13 @@
   {
     typedef long long LongLong;
   }
-#elif @KWSYS_NAMESPACE at _USE_USE___INT64
+#elif @KWSYS_NAMESPACE at _USE___INT64
   namespace @KWSYS_NAMESPACE@
   {
     typedef __int64 LongLong;
   }
 #else
-//# error "No Long long"
+# error "No Long Long"
 #endif
 
 /* Define these macros temporarily to keep the code readable.  */



More information about the Cmake-commits mailing list