From 1fb58e3bf420c408e96bf15c245e75f59a8ba662 Mon Sep 17 00:00:00 2001 From: Francois Bertel Date: Wed, 18 Mar 2009 07:57:28 -0400 Subject: [PATCH] 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 ) --- Source/kwsys/RegularExpression.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/kwsys/RegularExpression.cxx b/Source/kwsys/RegularExpression.cxx index a1c98eaef..ceffdee73 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;