diff options
Diffstat (limited to 'gdb/m2-lang.h')
-rw-r--r-- | gdb/m2-lang.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/m2-lang.h b/gdb/m2-lang.h index 3d3c698..1551d7e 100644 --- a/gdb/m2-lang.h +++ b/gdb/m2-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 M2_LANG_H -#define M2_LANG_H +#ifndef GDB_M2_LANG_H +#define GDB_M2_LANG_H struct type_print_options; struct parser_state; @@ -149,4 +149,4 @@ public: { return true; } }; -#endif /* M2_LANG_H */ +#endif /* GDB_M2_LANG_H */ |