From 0e5f97c8966054d8f8e8a637a464cf76f42c09a0 Mon Sep 17 00:00:00 2001 From: Philipp Lohmann Date: Mon, 5 Nov 2001 13:44:05 +0000 Subject: #94297# write multiple .res files in one pass --- rsc/source/parser/rsclex.cxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'rsc/source/parser/rsclex.cxx') diff --git a/rsc/source/parser/rsclex.cxx b/rsc/source/parser/rsclex.cxx index 1c73549a0608..1b96a6b339c6 100644 --- a/rsc/source/parser/rsclex.cxx +++ b/rsc/source/parser/rsclex.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rsclex.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: pl $ $Date: 2001-10-10 11:51:23 $ + * last change: $Author: pl $ $Date: 2001-11-05 14:44:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -261,9 +261,7 @@ int MakeToken( YYSTYPE * pTokenVal ){ pBuf[i++] = c; } pBuf[i++] = '\0'; - //pStr = pTokenVal->string = RscChar::MakeUTF8( pBuf, pFI->GetCharSet() ); pStr = pTokenVal->string = pBuf; - //PutStringBack( pBuf ); return( STRING ); } if (isdigit (c)){ -- cgit v1.2.1