X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fm2-lang.h;h=467b984b39f68196f36ae3f14a1cba3dd26030bf;hb=22ad8107d35d833db000e5a5050c0f53af7af51f;hp=b35a0ca97d86bafd35d025cc87d15ebe7dd4e6eb;hpb=e8b24d9ff5b9419fc079f5fe975fac6f499f8bfb;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/m2-lang.h b/gdb/m2-lang.h index b35a0ca97d..467b984b39 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-2016 Free Software Foundation, Inc. + Copyright (C) 1992-2018 Free Software Foundation, Inc. This file is part of GDB. @@ -22,8 +22,6 @@ struct parser_state; extern int m2_parse (struct parser_state *); /* Defined in m2-exp.y */ -extern void m2_yyerror (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, const struct type_print_options *);