summaryrefslogtreecommitdiff
path: root/idl/source
diff options
context:
space:
mode:
Diffstat (limited to 'idl/source')
-rw-r--r--idl/source/cmptools/lex.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/idl/source/cmptools/lex.cxx b/idl/source/cmptools/lex.cxx
index e6d4d8688e..fa0c47756f 100644
--- a/idl/source/cmptools/lex.cxx
+++ b/idl/source/cmptools/lex.cxx
@@ -338,7 +338,6 @@ ULONG SvTokenStream::GetNumber()
*************************************************************************/
BOOL SvTokenStream::MakeToken( SvToken & rToken )
{
- int c1;
USHORT i;
do
@@ -361,7 +360,7 @@ BOOL SvTokenStream::MakeToken( SvToken & rToken )
{
// Zeit Optimierung, keine Kommentare
//ByteString aComment( (char)c );
- c1 = c;
+ int c1 = c;
c = GetFastNextChar();
if( '/' == c )
{