diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2004-05-10 19:39:42 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2004-05-10 19:39:42 +0000 |
commit | 86fd8760f9f8dfd4c5ff434eec703d7770e70566 (patch) | |
tree | f3a01103b5698f4a11dba51e1f1b38d03419f1d2 /gnu/usr.bin | |
parent | 16c976bbd7783cd3ab53b106e760777ae76923ca (diff) |
Remove prototype conflicting with new libreadline.
ok deraadt@, otto@, pval@
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/gdb/defs.h b/gnu/usr.bin/binutils/gdb/defs.h index 039bb6ae479..2fae71d2dde 100644 --- a/gnu/usr.bin/binutils/gdb/defs.h +++ b/gnu/usr.bin/binutils/gdb/defs.h @@ -400,10 +400,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 |