Fix elf linker's handling of commons in archive maps
[deliverable/binutils-gdb.git] / readline / history.c
index 24c5a49c359660727bd9bdbb9fa1baaece047f18..d56ffacc6a003a7e94edc9f057c8b8a1768f996f 100644 (file)
@@ -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;
This page took 0.026735 seconds and 4 git commands to generate.