X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fparser-defs.h;h=417bc5bae2603e6e44ebe7382c0f489bbcc36dba;hb=e22f8b7c8c951ea8f15f9c7ef046243d05a0dbff;hp=05061f77597ec229cc4983b952e69a43e6fbfdb3;hpb=197e01b6dcd118b70ed3621b62b2ff3fa929d50f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/parser-defs.h b/gdb/parser-defs.h index 05061f7759..417bc5bae2 100644 --- a/gdb/parser-defs.h +++ b/gdb/parser-defs.h @@ -1,7 +1,7 @@ /* Parser definitions for GDB. - Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc. + Copyright (C) 1986, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, + 1998, 1999, 2000, 2002, 2007 Free Software Foundation, Inc. Modified from expread.y by the Department of Computer Science at the State University of New York at Buffalo. @@ -10,7 +10,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -19,9 +19,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #if !defined (PARSER_DEFS_H) #define PARSER_DEFS_H 1 @@ -131,14 +129,13 @@ extern void write_exp_bitstring (struct stoken); extern void write_exp_elt_block (struct block *); +extern void write_exp_elt_objfile (struct objfile *objfile); + extern void write_exp_msymbol (struct minimal_symbol *, struct type *, struct type *); extern void write_dollar_variable (struct stoken str); -extern struct symbol *parse_nested_classes_for_hpacc (char *, int, char **, - int *, char **); - extern char *find_template_name_end (char *); extern void start_arglist (void);