| Index: gdb/m2-lang.h
|
| diff --git a/gdb/m2-lang.h b/gdb/m2-lang.h
|
| index fc6de3450f8f270218850b8106b853d4d1c7be16..db4997336fa2d314b7c573a34f81dba44597e7d7 100644
|
| --- a/gdb/m2-lang.h
|
| +++ b/gdb/m2-lang.h
|
| @@ -1,7 +1,6 @@
|
| /* Modula 2 language support definitions for GDB, the GNU debugger.
|
|
|
| - Copyright (C) 1992, 1998, 2000, 2005, 2007-2012 Free Software
|
| - Foundation, Inc.
|
| + Copyright (C) 1992-2013 Free Software Foundation, Inc.
|
|
|
| This file is part of GDB.
|
|
|
| @@ -18,13 +17,15 @@
|
| You should have received a copy of the GNU General Public License
|
| along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
|
|
| +struct type_print_options;
|
| +
|
| extern int m2_parse (void); /* Defined in m2-exp.y */
|
|
|
| extern void m2_error (char *); /* Defined in m2-exp.y */
|
|
|
| /* Defined in m2-typeprint.c */
|
| extern void m2_print_type (struct type *, const char *, struct ui_file *, int,
|
| - int);
|
| + int, const struct type_print_options *);
|
|
|
| extern void m2_print_typedef (struct type *, struct symbol *,
|
| struct ui_file *);
|
|
|