Normalize include guards in gdb
[deliverable/binutils-gdb.git] / gdb / compile / gcc-cp-plugin.h
index f7ba494f340059abaa4a934b63b0634681785f88..0f0d01f1daf53df8220231f781613c08ef18f282 100644 (file)
@@ -17,6 +17,9 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
+#ifndef COMPILE_GCC_CP_PLUGIN_H
+#define COMPILE_GCC_CP_PLUGIN_H
+
 /* A class representing the GCC C++ plug-in.  */
 
 #include "gcc-cp-interface.h"
@@ -83,3 +86,5 @@ private:
   /* The GCC C++ context.  */
   struct gcc_cp_context *m_context;
 };
+
+#endif /* COMPILE_GCC_CP_PLUGIN_H */
This page took 0.024108 seconds and 4 git commands to generate.