diff options
Diffstat (limited to 'gdb/compile/compile-cplus.h')
-rw-r--r-- | gdb/compile/compile-cplus.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/compile/compile-cplus.h b/gdb/compile/compile-cplus.h index a714b6d..d3b2d3e 100644 --- a/gdb/compile/compile-cplus.h +++ b/gdb/compile/compile-cplus.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_CPLUS_H -#define COMPILE_COMPILE_CPLUS_H +#ifndef GDB_COMPILE_COMPILE_CPLUS_H +#define GDB_COMPILE_COMPILE_CPLUS_H #include "compile/compile.h" #include "gdbsupport/enum-flags.h" @@ -204,4 +204,4 @@ private: enum gcc_cp_symbol_kind get_method_access_flag (const struct type *type, int fni, int num); -#endif /* COMPILE_COMPILE_CPLUS_H */ +#endif /* GDB_COMPILE_COMPILE_CPLUS_H */ |