Ignore:
Timestamp:
Mar 12, 2006, 6:02:46 PM (19 years ago)
Author:
bird
Message:

applied OS/2 patches (manually).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/texinfo/info/echo-area.c

    r2617 r2619  
    592592
    593593    counter = input_line_end - input_line_point;
    594    
     594
    595595    for (i = input_line_point - len; counter; i++, counter--)
    596596      input_line[i] = input_line[i + len];
     
    894894  return (line);
    895895}
    896  
     896
    897897/* Read a line in the echo area with completion over COMPLETIONS. */
    898898char *
     
    14881488pause_or_input (void)
    14891489{
    1490 #ifdef FD_SET
     1490#if defined(FD_SET) && !defined(__INNOTEK_LIBC__)
    14911491  struct timeval timer;
    14921492  fd_set readfds;
Note: See TracChangeset for help on using the changeset viewer.