diff --git a/lib/check.h b/lib/check.h
index 1edeb1cfb..942aee39c 100644
--- a/lib/check.h
+++ b/lib/check.h
@@ -16,8 +16,10 @@
* along with this program. If not, see .
*/
+//---------------------------------------------------------------------------
#ifndef checkH
#define checkH
+//---------------------------------------------------------------------------
#include "config.h"
#include "token.h"
@@ -154,5 +156,5 @@ inline Check::Check(const std::string &aname)
}
/// @}
-
-#endif
+//---------------------------------------------------------------------------
+#endif // checkH
diff --git a/lib/check64bit.h b/lib/check64bit.h
index aac6d99cd..2d710db46 100644
--- a/lib/check64bit.h
+++ b/lib/check64bit.h
@@ -87,4 +87,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // check64bitH
diff --git a/lib/checkassert.h b/lib/checkassert.h
index a1b1e3caf..6eeb29fb5 100644
--- a/lib/checkassert.h
+++ b/lib/checkassert.h
@@ -18,8 +18,8 @@
//---------------------------------------------------------------------------
-#ifndef CheckAssertH
-#define CheckAssertH
+#ifndef checkassertH
+#define checkassertH
//---------------------------------------------------------------------------
#include "config.h"
@@ -73,4 +73,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkassertH
diff --git a/lib/checkassignif.h b/lib/checkassignif.h
index a665a9291..55017b4b5 100644
--- a/lib/checkassignif.h
+++ b/lib/checkassignif.h
@@ -106,4 +106,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkassignifH
diff --git a/lib/checkautovariables.h b/lib/checkautovariables.h
index 2a110b32e..cafe97dda 100644
--- a/lib/checkautovariables.h
+++ b/lib/checkautovariables.h
@@ -18,8 +18,8 @@
//---------------------------------------------------------------------------
-#ifndef CheckAutoVariablesH
-#define CheckAutoVariablesH
+#ifndef checkautovariablesH
+#define checkautovariablesH
//---------------------------------------------------------------------------
#include "config.h"
@@ -113,4 +113,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkautovariablesH
diff --git a/lib/checkbool.h b/lib/checkbool.h
index e809a615a..8e6d9eb5e 100644
--- a/lib/checkbool.h
+++ b/lib/checkbool.h
@@ -18,8 +18,8 @@
//---------------------------------------------------------------------------
-#ifndef CheckBoolH
-#define CheckBoolH
+#ifndef checkboolH
+#define checkboolH
//---------------------------------------------------------------------------
#include "config.h"
@@ -131,4 +131,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkboolH
diff --git a/lib/checkboost.h b/lib/checkboost.h
index be9ab6934..f2af80b0a 100644
--- a/lib/checkboost.h
+++ b/lib/checkboost.h
@@ -18,8 +18,8 @@
//---------------------------------------------------------------------------
-#ifndef CHECKBOOST_H
-#define CHECKBOOST_H
+#ifndef checkboostH
+#define checkboostH
//---------------------------------------------------------------------------
#include "config.h"
@@ -75,4 +75,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkboostH
diff --git a/lib/checkbufferoverrun.h b/lib/checkbufferoverrun.h
index ad4444c87..7fef112c9 100644
--- a/lib/checkbufferoverrun.h
+++ b/lib/checkbufferoverrun.h
@@ -18,8 +18,8 @@
//---------------------------------------------------------------------------
-#ifndef CheckBufferOverrunH
-#define CheckBufferOverrunH
+#ifndef checkbufferoverrunH
+#define checkbufferoverrunH
//---------------------------------------------------------------------------
#include "config.h"
@@ -268,4 +268,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkbufferoverrunH
diff --git a/lib/checkclass.h b/lib/checkclass.h
index 4257d9d0c..85ff0f82d 100644
--- a/lib/checkclass.h
+++ b/lib/checkclass.h
@@ -17,8 +17,8 @@
*/
//---------------------------------------------------------------------------
-#ifndef CheckClassH
-#define CheckClassH
+#ifndef checkclassH
+#define checkclassH
//---------------------------------------------------------------------------
#include "config.h"
@@ -292,4 +292,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkclassH
diff --git a/lib/checkexceptionsafety.h b/lib/checkexceptionsafety.h
index e4680a08a..9c1409106 100644
--- a/lib/checkexceptionsafety.h
+++ b/lib/checkexceptionsafety.h
@@ -125,4 +125,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkexceptionsafetyH
diff --git a/lib/checkinternal.h b/lib/checkinternal.h
index 9319ae47d..a49336c1a 100644
--- a/lib/checkinternal.h
+++ b/lib/checkinternal.h
@@ -18,8 +18,8 @@
//---------------------------------------------------------------------------
-#ifndef CHECKINTERNAL_H
-#define CHECKINTERNAL_H
+#ifndef checkinternalH
+#define checkinternalH
//---------------------------------------------------------------------------
#include "check.h"
@@ -100,4 +100,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkinternalH
diff --git a/lib/checkio.h b/lib/checkio.h
index e4f579954..9d8e889c6 100644
--- a/lib/checkio.h
+++ b/lib/checkio.h
@@ -17,8 +17,8 @@
*/
//---------------------------------------------------------------------------
-#ifndef CheckIOH
-#define CheckIOH
+#ifndef checkioH
+#define checkioH
//---------------------------------------------------------------------------
#include "check.h"
@@ -161,4 +161,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkioH
diff --git a/lib/checkleakautovar.h b/lib/checkleakautovar.h
index 1b43b73c5..7f035615d 100644
--- a/lib/checkleakautovar.h
+++ b/lib/checkleakautovar.h
@@ -127,4 +127,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkleakautovarH
diff --git a/lib/checkmemoryleak.h b/lib/checkmemoryleak.h
index cd3f1cf68..6054bb755 100644
--- a/lib/checkmemoryleak.h
+++ b/lib/checkmemoryleak.h
@@ -16,8 +16,6 @@
* along with this program. If not, see .
*/
-
-
//---------------------------------------------------------------------------
#ifndef checkmemoryleakH
#define checkmemoryleakH
@@ -470,4 +468,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkmemoryleakH
diff --git a/lib/checknonreentrantfunctions.h b/lib/checknonreentrantfunctions.h
index 63d3564de..ea1911840 100644
--- a/lib/checknonreentrantfunctions.h
+++ b/lib/checknonreentrantfunctions.h
@@ -16,10 +16,9 @@
* along with this program. If not, see .
*/
-
//---------------------------------------------------------------------------
-#ifndef CheckNonReentrantFunctionsH
-#define CheckNonReentrantFunctionsH
+#ifndef checknonreentrantfunctionsH
+#define checknonreentrantfunctionsH
//---------------------------------------------------------------------------
#include "config.h"
@@ -107,4 +106,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checknonreentrantfunctionsH
diff --git a/lib/checknullpointer.h b/lib/checknullpointer.h
index a84734408..905952da7 100644
--- a/lib/checknullpointer.h
+++ b/lib/checknullpointer.h
@@ -167,4 +167,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checknullpointerH
diff --git a/lib/checkobsoletefunctions.h b/lib/checkobsoletefunctions.h
index 7caccb4aa..58e2baae4 100644
--- a/lib/checkobsoletefunctions.h
+++ b/lib/checkobsoletefunctions.h
@@ -18,8 +18,8 @@
//---------------------------------------------------------------------------
-#ifndef CheckObsoleteFunctionsH
-#define CheckObsoleteFunctionsH
+#ifndef checkobsoletefunctionsH
+#define checkobsoletefunctionsH
//---------------------------------------------------------------------------
#include "config.h"
@@ -146,4 +146,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkobsoletefunctionsH
diff --git a/lib/checkother.h b/lib/checkother.h
index 2bb6c7e10..4fd9d579b 100644
--- a/lib/checkother.h
+++ b/lib/checkother.h
@@ -18,8 +18,8 @@
//---------------------------------------------------------------------------
-#ifndef CheckOtherH
-#define CheckOtherH
+#ifndef checkotherH
+#define checkotherH
//---------------------------------------------------------------------------
#include "config.h"
@@ -467,4 +467,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkotherH
diff --git a/lib/checkpostfixoperator.h b/lib/checkpostfixoperator.h
index d573c0c7d..ce3055513 100644
--- a/lib/checkpostfixoperator.h
+++ b/lib/checkpostfixoperator.h
@@ -18,8 +18,8 @@
//---------------------------------------------------------------------------
-#ifndef CheckPostfixOperatorH
-#define CheckPostfixOperatorH
+#ifndef checkpostfixoperatorH
+#define checkpostfixoperatorH
//---------------------------------------------------------------------------
#include "config.h"
@@ -73,4 +73,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkpostfixoperatorH
diff --git a/lib/checksizeof.h b/lib/checksizeof.h
index 749d829d8..e7dc8b622 100644
--- a/lib/checksizeof.h
+++ b/lib/checksizeof.h
@@ -18,8 +18,8 @@
//---------------------------------------------------------------------------
-#ifndef CheckSizeofH
-#define CheckSizeofH
+#ifndef checksizeofH
+#define checksizeofH
//---------------------------------------------------------------------------
#include "config.h"
@@ -132,4 +132,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checksizeofH
diff --git a/lib/checkstl.h b/lib/checkstl.h
index 14e86628f..af9577354 100644
--- a/lib/checkstl.h
+++ b/lib/checkstl.h
@@ -235,4 +235,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkstlH
diff --git a/lib/checkuninitvar.h b/lib/checkuninitvar.h
index 3889a5aa8..0fee8a708 100644
--- a/lib/checkuninitvar.h
+++ b/lib/checkuninitvar.h
@@ -108,4 +108,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkuninitvarH
diff --git a/lib/checkunusedfunctions.h b/lib/checkunusedfunctions.h
index 79f7a1c6b..d9b95297b 100644
--- a/lib/checkunusedfunctions.h
+++ b/lib/checkunusedfunctions.h
@@ -92,4 +92,4 @@ private:
};
/// @}
//---------------------------------------------------------------------------
-#endif
+#endif // checkunusedfunctionsH
diff --git a/lib/checkunusedvar.h b/lib/checkunusedvar.h
index 8c5593288..4db559a7a 100644
--- a/lib/checkunusedvar.h
+++ b/lib/checkunusedvar.h
@@ -16,10 +16,9 @@
* along with this program. If not, see .
*/
-
//---------------------------------------------------------------------------
-#ifndef CheckUnusedVarH
-#define CheckUnusedVarH
+#ifndef checkunusedvarH
+#define checkunusedvarH
//---------------------------------------------------------------------------
#include