X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgo-lang.h;h=49a35805e81c03a1e5890aa025feb10221557f8a;hb=93692b589dc7017d5a2fbdffdfad5f84f597d8f1;hp=726b7add2d1b55c843ee70bfd8fb44380943a003;hpb=ecd75fc8eed3bde86036141228074a20e55dcfc9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/go-lang.h b/gdb/go-lang.h index 726b7add2d..49a35805e8 100644 --- a/gdb/go-lang.h +++ b/gdb/go-lang.h @@ -1,6 +1,6 @@ /* Go language support definitions for GDB, the GNU debugger. - Copyright (C) 2012-2014 Free Software Foundation, Inc. + Copyright (C) 2012-2016 Free Software Foundation, Inc. This file is part of GDB. @@ -26,6 +26,8 @@ struct type_print_options; #include "symtab.h" #include "value.h" +struct parser_state; + struct builtin_go_type { struct type *builtin_void; @@ -56,7 +58,7 @@ enum go_type /* Defined in go-exp.y. */ -extern int go_parse (void); +extern int go_parse (struct parser_state *); extern void go_error (char *);