summaryrefslogtreecommitdiffstats
path: root/Source/kwsys
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-01-30 17:55:59 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-01-30 17:55:59 (GMT)
commit2d0e838339153a3478329c639a2581043d571b87 (patch)
tree009d0471552e981ed498d072872960f8a5d8fd46 /Source/kwsys
parented5661821c02a2ed0efe4e4abb6d5d0f6da7a17f (diff)
downloadCMake-2d0e838339153a3478329c639a2581043d571b87.zip
CMake-2d0e838339153a3478329c639a2581043d571b87.tar.gz
CMake-2d0e838339153a3478329c639a2581043d571b87.tar.bz2
ENH: fix for vs 70
Diffstat (limited to 'Source/kwsys')
-rw-r--r--Source/kwsys/SystemInformation.hxx.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/kwsys/SystemInformation.hxx.in b/Source/kwsys/SystemInformation.hxx.in
index 36eb547..0bd606c 100644
--- a/Source/kwsys/SystemInformation.hxx.in
+++ b/Source/kwsys/SystemInformation.hxx.in
@@ -98,13 +98,13 @@
{
typedef long long LongLong;
}
-#elif @KWSYS_NAMESPACE@_USE_USE___INT64
+#elif @KWSYS_NAMESPACE@_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. */