summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/RegularExpression.cxx
diff options
context:
space:
mode:
authorFrancois Bertel <francois.bertel@kitware.com>2009-03-18 11:57:28 (GMT)
committerFrancois Bertel <francois.bertel@kitware.com>2009-03-18 11:57:28 (GMT)
commit1fb58e3bf420c408e96bf15c245e75f59a8ba662 (patch)
tree80eaa5b5c6454fc2e1820553eafa6f36eb47461a /Source/kwsys/RegularExpression.cxx
parent489df7836eaff9acd2d5db433d9d5fd8189fd5b1 (diff)
downloadCMake-1fb58e3bf420c408e96bf15c245e75f59a8ba662.zip
CMake-1fb58e3bf420c408e96bf15c245e75f59a8ba662.tar.gz
CMake-1fb58e3bf420c408e96bf15c245e75f59a8ba662.tar.bz2
STYLE:Empty commit just add information about rev 1.15: the reason is that long is 64-bit on gcc on Linux because it uses the LP64 data model whereas long is 32-bit on VS 64-bit because it uses the LLP64 model (ref: http://en.wikipedia.org/wiki/64-bit#64-bit_data_models )
Diffstat (limited to 'Source/kwsys/RegularExpression.cxx')
-rw-r--r--Source/kwsys/RegularExpression.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/kwsys/RegularExpression.cxx b/Source/kwsys/RegularExpression.cxx
index a1c98ea..ceffdee 100644
--- a/Source/kwsys/RegularExpression.cxx
+++ b/Source/kwsys/RegularExpression.cxx
@@ -1234,7 +1234,6 @@ static const char* regnext (register const char* p) {
return (p + offset);
}
-
static char* regnext (register char* p) {
register int offset;