From 2175bce066cd7b2cba76f22a06893622dd99278e Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 15 Nov 2004 12:40:04 +0000 Subject: INTEGRATION: CWS adc9 (1.3.130); FILE MERGED 2004/11/09 17:39:24 np 1.3.130.1: #i31023# --- autodoc/source/parser/cpp/preproc.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'autodoc/source/parser/cpp/preproc.cxx') diff --git a/autodoc/source/parser/cpp/preproc.cxx b/autodoc/source/parser/cpp/preproc.cxx index 36c5c1225a34..b40ba4b9ac37 100644 --- a/autodoc/source/parser/cpp/preproc.cxx +++ b/autodoc/source/parser/cpp/preproc.cxx @@ -2,9 +2,9 @@ * * $RCSfile: preproc.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: np $ $Date: 2002-05-14 09:02:19 $ + * last change: $Author: obo $ $Date: 2004-11-15 13:40:04 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,10 +161,9 @@ PreProcessor::On_expect_macro_param( cpp::Token & let_drToken ) nBracketInParameterCounter--; else { - aCurParamText; if ( NOT csv::no_str(aCurParamText.c_str()) ) { - aCurMacroParams.push_back( udmstri(aCurParamText.c_str()) ); + aCurMacroParams.push_back( String(aCurParamText.c_str()) ); } csv_assert( aCurMacroParams.size() == pCurMacro->ParamCount() ); -- cgit