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 8979942..e5ea7d7 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 GDB_COMPILE_CPLUS_H -#define GDB_COMPILE_CPLUS_H +#ifndef COMPILE_COMPILE_CPLUS_H +#define COMPILE_COMPILE_CPLUS_H #include "common/enum-flags.h" #include "gcc-cp-plugin.h" @@ -202,4 +202,4 @@ private: enum gcc_cp_symbol_kind get_method_access_flag (const struct type *type, int fni, int num); -#endif /* GDB_COMPILE_CPLUS_H */ +#endif /* COMPILE_COMPILE_CPLUS_H */ |