Ignore:
Timestamp:
Apr 30, 2007, 1:04:30 AM (19 years ago)
Author:
bird
Message:

Applied bash-3.1-bash-logger.patch (gentoo)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-shells/bash/lib/readline/history.c

    r3231 r3233  
    3131
    3232#include <stdio.h>
     33
     34
    3335
    3436#if defined (HAVE_STDLIB_H)
     
    247249   is  set to NULL. */
    248250void
    249 add_history (string)
     251add_history (string)
    250252     const char *string;
     253
    251254{
    252255  HIST_ENTRY *temp;
     256
     257
     258
     259
     260
     261
     262
     263
     264
     265
     266
     267
     268
    253269
    254270  if (history_stifled && (history_length == history_max_entries))
Note: See TracChangeset for help on using the changeset viewer.