/[gcl]/gcl/o/file.d
ViewVC logotype

Diff of /gcl/o/file.d

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by camm, Tue Feb 15 21:15:22 2005 UTC revision 1.38 by mjthomas, Tue Mar 8 03:56:43 2005 UTC
# Line 1524  BEGIN: Line 1524  BEGIN:
1524          case smm_input:          case smm_input:
1525          case smm_io:          case smm_io:
1526    
1527    #ifdef HAVE_READLINE
1528            if (readline_on && strm->sm.sm_fp==rl_instream)            if (readline_on && strm->sm.sm_fp==rl_instream)
1529              return *rl_line_buffer ? TRUE : FALSE;              return *rl_line_buffer ? TRUE : FALSE;
1530    #endif
1531    
1532                  if (strm->sm.sm_fp == NULL)                  if (strm->sm.sm_fp == NULL)
1533                          closed_stream(strm);                          closed_stream(strm);

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26