diff options
Diffstat (limited to 'gdb/compile/compile-internal.h')
-rw-r--r-- | gdb/compile/compile-internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/compile/compile-internal.h b/gdb/compile/compile-internal.h index 666406b..f4cc9ee 100644 --- a/gdb/compile/compile-internal.h +++ b/gdb/compile/compile-internal.h @@ -14,8 +14,8 @@ 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_COMPILE_INTERNAL_H -#define COMPILE_COMPILE_INTERNAL_H +#ifndef GDB_COMPILE_COMPILE_INTERNAL_H +#define GDB_COMPILE_COMPILE_INTERNAL_H #include "gcc-c-interface.h" #include "gdbsupport/gdb-hashtab.h" @@ -80,4 +80,4 @@ private: std::string m_object_file; }; -#endif /* COMPILE_COMPILE_INTERNAL_H */ +#endif /* GDB_COMPILE_COMPILE_INTERNAL_H */ |