Author: hdu Date: Tue Apr 16 12:30:25 2013 New Revision: 1468394 URL: http://svn.apache.org/r1468394 Log: remove obsolete KR style declaration of yyparse()
Modified: openoffice/trunk/main/rsc/source/parser/rsclex.hxx Modified: openoffice/trunk/main/rsc/source/parser/rsclex.hxx URL: http://svn.apache.org/viewvc/openoffice/trunk/main/rsc/source/parser/rsclex.hxx?rev=1468394&r1=1468393&r2=1468394&view=diff ============================================================================== --- openoffice/trunk/main/rsc/source/parser/rsclex.hxx (original) +++ openoffice/trunk/main/rsc/source/parser/rsclex.hxx Tue Apr 16 12:30:25 2013 @@ -105,11 +105,7 @@ extern "C" int yyparse(); // forward D extern "C" void yyerror( const char * ); extern "C" int yylex( void ); #else -#if defined ( WTC ) || defined ( GCC ) || (_MSC_VER >= 1400) -int yyparse(); // forward Deklaration fuer erzeugte Funktion -#else -yyparse(); // forward Deklaration fuer erzeugte Funktion -#endif +int yyparse(); // forward declaration for generated function void yyerror( char * ); int yylex( void ); #endif