/[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.38 by mjthomas, Tue Mar 8 03:56:43 2005 UTC revision 1.39 by camm, Thu Mar 31 02:06:41 2005 UTC
# Line 102  static bool Line 102  static bool
102  feof1(fp)  feof1(fp)
103  FILE *fp;  FILE *fp;
104  {  {
105    
106      if (readline_on && fp==rl_instream && rl_line_buffer && *rl_line_buffer==EOF)
107        return TRUE;
108    
109          if (!feof(fp))          if (!feof(fp))
110                  return(FALSE);                  return(FALSE);
111          if (fp == terminal_io->sm.sm_object0->sm.sm_fp) {          if (fp == terminal_io->sm.sm_object0->sm.sm_fp) {

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

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