lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master a821e52 1/2: Expunge the last "CYGWIN !!" mar


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a821e52 1/2: Expunge the last "CYGWIN !!" marker
Date: Thu, 11 Apr 2019 09:34:55 -0400 (EDT)

branch: master
commit a821e526f51412c368ef31eb0a9090b9eaa7c6c5
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Expunge the last "CYGWIN !!" marker
    
    Only one line was flagged with this marker, and it referred to a cross
    compiler that was withdrawn a long time ago.
---
 fenv_lmi_test.cpp     | 2 +-
 test_coding_rules.cpp | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/fenv_lmi_test.cpp b/fenv_lmi_test.cpp
index ca3c9fa..cec9c53 100644
--- a/fenv_lmi_test.cpp
+++ b/fenv_lmi_test.cpp
@@ -23,7 +23,7 @@
 
 // Include this first, in order to get the prototype for nonstandard
 // _control87() before any other header can include <float.h>.
-// CYGWIN !! For cygwin with '-mno-cygwin', that doesn't work quite
+// Historically, for cygwin with '-mno-cygwin', that didn't work quite
 // the same way as it does for MinGW:
 //   http://cygwin.com/ml/cygwin/2005-03/msg00752.html
 //   http://cygwin.com/ml/cygwin/2006-08/msg00521.html
diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index 201c27a..2fa7534 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -694,7 +694,6 @@ void check_defect_markers(file const& f)
             &&  "BOOST "       != z[1]
             &&  "COMPILER "    != z[1]
             &&  "CURRENCY "    != z[1]
-            &&  "CYGWIN "      != z[1]
             &&  "DATABASE "    != z[1]
             &&  "DBO3 "        != z[1]
             &&  "ET "          != z[1]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]