X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fm2-lang.h;h=96058bb4f483be16d36ca7e94a48885eadb61308;hb=09b0d8a75fa379eacf0d9d6b27320d025475b14d;hp=467b984b39f68196f36ae3f14a1cba3dd26030bf;hpb=69d340c68449f238fe665abf4a3a7989cd2d8376;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/m2-lang.h b/gdb/m2-lang.h index 467b984b39..96058bb4f4 100644 --- a/gdb/m2-lang.h +++ b/gdb/m2-lang.h @@ -1,6 +1,6 @@ /* Modula 2 language support definitions for GDB, the GNU debugger. - Copyright (C) 1992-2018 Free Software Foundation, Inc. + Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -17,6 +17,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifndef M2_LANG_H +#define M2_LANG_H + struct type_print_options; struct parser_state; @@ -54,3 +57,4 @@ struct builtin_m2_type /* Return the Modula-2 type table for the specified architecture. */ extern const struct builtin_m2_type *builtin_m2_type (struct gdbarch *gdbarch); +#endif /* M2_LANG_H */