lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 2d514bdc 09/22: Allow some common macros


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 2d514bdc 09/22: Allow some common macros
Date: Fri, 20 May 2022 22:43:41 -0400 (EDT)

branch: master
commit 2d514bdc7f0623f7df9db500a935dd10cc9b4627
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Allow some common macros
---
 test_coding_rules.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index 4726f706..155ce4d7 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -943,9 +943,11 @@ bool check_reserved_name_exception(std::string const& s)
         ,"_M_X64"
         ,"_X86_"
         ,"__X__"
+        ,"__alpha"
         ,"__amd64"
         ,"__amd64__"
         ,"__i386"
+        ,"__osf__"
         ,"__unix"
         ,"__unix__"
         ,"__x86_64"
@@ -998,6 +1000,7 @@ bool check_reserved_name_exception(std::string const& s)
         ,"__BIG_ENDIAN"
         ,"__BYTE_ORDER"
         ,"__FLOAT_WORD_ORDER"
+        ,"__LITTLE_ENDIAN"
     // Compiler specific: EDG; hence, como, and also libcomo.
         ,"__asm"
         ,"__COMO__"



reply via email to

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