Ignore:
Timestamp:
Apr 30, 2007, 1:13:00 AM (18 years ago)
Author:
bird
Message:

Applied bash31-003

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/app-shells/bash/variables.c

    r3231 r3238  
    861861  char val[INT_STRLEN_BOUND(int) + 1], *v;
    862862
     863#if defined (READLINE)
    863864  /* If we are currently assigning to LINES or COLUMNS, don't do anything. */
    864865  if (winsize_assignment)
    865866    return;
     867#endif
    866868
    867869  v = inttostr (lines, val, sizeof (val));
Note: See TracChangeset for help on using the changeset viewer.