/[ff3d]/ff3d/language/FFLexer.cpp
ViewVC logotype

Diff of /ff3d/language/FFLexer.cpp

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

revision 1.5 by delpinux, Sun May 4 18:09:01 2003 UTC revision 1.6 by delpinux, Mon May 5 19:03:32 2003 UTC
# Line 331  const int FFLexer::isVariable(const std: Line 331  const int FFLexer::isVariable(const std:
331  }  }
332    
333  //! The lexer function.  //! The lexer function.
334  const int FFLexer::yylex()  int FFLexer::yylex()
335  {  {
336    char readChar = ' ';    char readChar = ' ';
337    in.unsetf(std::ios::skipws);    in.unsetf(std::ios::skipws);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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