glsl: Replace atomic_ssbo and ssbo_atomic with atomic
[mesa.git] / src / glsl / ir_import_prototypes.cpp
index 3585bf6b24bfd2e7a7b20e528a0a5ee1bdf112d2..b0429fbc3afc90ba3a40de9339c1dff3be972da0 100644 (file)
@@ -30,6 +30,8 @@
 #include "ir.h"
 #include "glsl_symbol_table.h"
 
+namespace {
+
 /**
  * Visitor used to import function prototypes
  *
@@ -99,6 +101,7 @@ private:
    void *mem_ctx;
 };
 
+} /* anonymous namespace */
 
 /**
  * Import function prototypes from one IR tree into another