summaryrefslogtreecommitdiff
path: root/readline/history.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-08-02 23:48:02 +0000
committerJason Molenda <jmolenda@apple.com>1999-08-02 23:48:02 +0000
commitc862e87b3ec8647ab6c1bb08443088ea81c74225 (patch)
tree8e5828b091fea3257c7ffc20a5c95f1d62b93267 /readline/history.c
parentc95b01a9b04837dbfc8986afbbccc4c7d2b4ebf8 (diff)
downloadbinutils-gdb-c862e87b3ec8647ab6c1bb08443088ea81c74225.tar.gz
import gdb-1999-08-02 snapshot
Diffstat (limited to 'readline/history.c')
-rw-r--r--readline/history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/history.c b/readline/history.c
index 24c5a49c359..d56ffacc6a0 100644
--- a/readline/history.c
+++ b/readline/history.c
@@ -278,7 +278,7 @@ HIST_ENTRY *
replace_history_entry (which, line, data)
int which;
char *line;
- char *data;
+ histdata_t data;
{
HIST_ENTRY *temp = (HIST_ENTRY *)xmalloc (sizeof (HIST_ENTRY));
HIST_ENTRY *old_value;