diff options
author | obrien <obrien@FreeBSD.org> | 2001-04-11 16:15:19 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-04-11 16:15:19 +0000 |
commit | 9f7387d498bf26f9f03dc3e8392d397ef5f31398 (patch) | |
tree | 4b839c75a61aa4b192d4c0fd30c817b61bc917cb /contrib/gdb | |
parent | 90fcdf52cfc0739d941d718429566db3e9d1e260 (diff) | |
download | FreeBSD-src-9f7387d498bf26f9f03dc3e8392d397ef5f31398.zip FreeBSD-src-9f7387d498bf26f9f03dc3e8392d397ef5f31398.tar.gz |
The internal declaration for tilde_expand() now conflicts with the one
that was finally added to the readline headers in readline 4.2.
Submitted by: ache
Diffstat (limited to 'contrib/gdb')
-rw-r--r-- | contrib/gdb/gdb/defs.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/gdb/gdb/defs.h b/contrib/gdb/gdb/defs.h index 41e1011..b487657 100644 --- a/contrib/gdb/gdb/defs.h +++ b/contrib/gdb/gdb/defs.h @@ -18,6 +18,8 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +/* $FreeBSD$ */ + #ifndef DEFS_H #define DEFS_H @@ -505,10 +507,6 @@ extern char *symtab_to_filename PARAMS ((struct symtab *)); extern int read_relative_register_raw_bytes PARAMS ((int, char *)); -/* From readline (but not in any readline .h files). */ - -extern char *tilde_expand PARAMS ((char *)); - /* Control types for commands */ enum misc_command_type |