/[emacs]/emacs/src/lread.c
ViewVC logotype

Diff of /emacs/src/lread.c

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

revision 1.311 by kfstorm, Tue Feb 25 12:29:03 2003 UTC revision 1.312 by rms, Fri Mar 14 23:04:57 2003 UTC
# Line 2127  read1 (readcharfun, pch, first_in_list) Line 2127  read1 (readcharfun, pch, first_in_list)
2127          {          {
2128            /* #! appears at the beginning of an executable file.            /* #! appears at the beginning of an executable file.
2129               Skip the first line.  */               Skip the first line.  */
2130            while (c != '\n')            while (c != '\n' && c >= 0)
2131              c = READCHAR;              c = READCHAR;
2132            goto retry;            goto retry;
2133          }          }

Legend:
Removed from v.1.311  
changed lines
  Added in v.1.312

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