[Cmap-cvs] libs/eval tokenizer.cpp,1.5,1.6 tokenizer.h,1.3,1.4
Status: Beta
Brought to you by:
dyp
From: Denis P. <dy...@us...> - 2005-02-24 11:12:24
|
Update of /cvsroot/cmap/libs/eval In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16620 Modified Files: tokenizer.cpp tokenizer.h Log Message: Format Index: tokenizer.h =================================================================== RCS file: /cvsroot/cmap/libs/eval/tokenizer.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- tokenizer.h 23 Feb 2005 11:10:13 -0000 1.3 +++ tokenizer.h 24 Feb 2005 11:11:59 -0000 1.4 @@ -54,8 +54,8 @@ void commentChar(char c); void produceComments(bool b) { - produceCommentsP = b; - } + produceCommentsP = b; + } void eolIsSignificant(bool b); long lineno() const; void lowerCaseMode(bool b); @@ -88,7 +88,7 @@ bool forceLower; bool pushedBack; bool isParseFloats; - bool produceCommentsP; + bool produceCommentsP; short ctype[256]; int peekc; Index: tokenizer.cpp =================================================================== RCS file: /cvsroot/cmap/libs/eval/tokenizer.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- tokenizer.cpp 23 Feb 2005 11:17:06 -0000 1.5 +++ tokenizer.cpp 24 Feb 2005 11:11:59 -0000 1.6 @@ -492,4 +492,3 @@ void Tokenizer::slashStarComments(bool b) { slashStarCommentsP = b; } - |