From 2ed52412d7ed720a8751ae4236f64d68047f1c42 Mon Sep 17 00:00:00 2001
From: Francois Bertel <francois.bertel@kitware.com>
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 )

---
 RegularExpression.cxx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/RegularExpression.cxx b/RegularExpression.cxx
index c54b441c..09db0217 100644
--- a/RegularExpression.cxx
+++ b/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;
 
-- 
GitLab