diff options
Diffstat (limited to 'gdb/compile/compile-c.h')
-rw-r--r-- | gdb/compile/compile-c.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/compile/compile-c.h b/gdb/compile/compile-c.h index 4670d67..b77b7aa 100644 --- a/gdb/compile/compile-c.h +++ b/gdb/compile/compile-c.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_C_H -#define COMPILE_COMPILE_C_H +#ifndef GDB_COMPILE_COMPILE_C_H +#define GDB_COMPILE_COMPILE_C_H #include "compile/compile.h" #include "gdbsupport/enum-flags.h" @@ -93,4 +93,4 @@ extern std::string c_get_range_decl_name (const struct dynamic_prop *prop); extern gdb::unique_xmalloc_ptr<char> c_symbol_substitution_name (struct symbol *sym); -#endif /* COMPILE_COMPILE_C_H */ +#endif /* GDB_COMPILE_COMPILE_C_H */ |