diff options
Diffstat (limited to 'gdb/rust-lang.h')
-rw-r--r-- | gdb/rust-lang.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/rust-lang.h b/gdb/rust-lang.h index 866d1ac..c3369a0 100644 --- a/gdb/rust-lang.h +++ b/gdb/rust-lang.h @@ -17,8 +17,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 RUST_LANG_H -#define RUST_LANG_H +#ifndef GDB_RUST_LANG_H +#define GDB_RUST_LANG_H #include "demangle.h" #include "language.h" @@ -228,4 +228,4 @@ private: const struct value_print_options *options) const; }; -#endif /* RUST_LANG_H */ +#endif /* GDB_RUST_LANG_H */ |