]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/analyzer/program-point.cc
analyzer: introduce namespace to avoid ODR clashes (PR 93307)
[thirdparty/gcc.git] / gcc / analyzer / program-point.cc
index e85f1ba49f096cef91a3e9a2073291e79ebe94b6..2e7f76941113b314f2f832eb7cb92612c2097f67 100644 (file)
@@ -55,6 +55,8 @@ along with GCC; see the file COPYING3.  If not see
 
 #if ENABLE_ANALYZER
 
+namespace ana {
+
 /* Get a string for PK.  */
 
 const char *
@@ -551,4 +553,6 @@ analyzer_program_point_cc_tests ()
 
 #endif /* CHECKING_P */
 
+} // namespace ana
+
 #endif /* #if ENABLE_ANALYZER */