Changeset 11794 for lang/c

Show
Ignore:
Timestamp:
05/17/08 23:14:48 (6 months ago)
Author:
mokehehe
Message:

fix CR character for windows CRLF

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/c/misc/mlisp/core/s_read.cpp

    r11550 r11794  
    213213                if (c == EOF)   return sexp(cEOF); 
    214214//              if (c == '\n')  return sexp(cNL); 
    215                 if (c == '\n')  continue; 
     215                if (c == '\n' || c == '\r')     continue; 
    216216 
    217217                if (c == ';') {