[Cmap-cvs] cmap parser.cpp,1.10,1.11
Status: Beta
Brought to you by:
dyp
From: Denis P. <dy...@us...> - 2004-10-31 06:09:44
|
Update of /cvsroot/cmap/cmap In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29791 Modified Files: parser.cpp Log Message: Formatting Index: parser.cpp =================================================================== RCS file: /cvsroot/cmap/cmap/parser.cpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- parser.cpp 27 May 2004 11:25:48 -0000 1.10 +++ parser.cpp 31 Oct 2004 06:09:32 -0000 1.11 @@ -456,8 +456,8 @@ t.slashSlashComments(true); try { - while (parseObject(t)) - ; + while (parseObject(t)) + ; } catch (ParserException &x) { printf("%s\n", x.what()); printToken(t); |