lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 13090e1 2/7: Update reserved-name exceptions


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 13090e1 2/7: Update reserved-name exceptions in coding rules
Date: Thu, 5 Jan 2017 03:41:39 +0000 (UTC)

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

    Update reserved-name exceptions in coding rules
    
    Some SSE macros will soon be needed. Some ancient borlandisms are no
    longer used.
---
 test_coding_rules.cpp |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index b3f080b..41948b6 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -789,6 +789,8 @@ bool check_reserved_name_exception(std::string const& s)
         ,"__GNUG__"
         ,"__ORDER_BIG_ENDIAN__"
         ,"__ORDER_LITTLE_ENDIAN__"
+        ,"__SSE__"
+        ,"__SSE_MATH__"
         ,"__STRICT_ANSI__"
         ,"__asm__"
         ,"__attribute__"
@@ -820,8 +822,6 @@ bool check_reserved_name_exception(std::string const& s)
     // Compiler specific: borland.
         ,"_CatcherPTR"
         ,"__BORLANDC__"
-        ,"__FLAT__"
-        ,"__emit__"
         ,"_max_dble"
         ,"_streams"
     // Compiler specific: ms.



reply via email to

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