#undef BB
#undef BBStr
#undef bb
#undef bbStr
#define BB
#define BBStr( x,y,z ) ;
#define bb
#define bbStr( x,y,z ) ;
#ifndef procNestOn
#undef BB
#undef BBStr
#undef bb
#undef bbStr
#undef LB_
#undef LE_
#undef LE_ret
#undef ret
#undef ret_
#undef __
#undef ___
#define BB if ( 1 < call_nr || errno )
#define bb if ( 1 < call_nr || errno )
#define BBStr( x,y,z )
{
BB traceStr( x,y,z );
}
#define bbStr( x,y,z )
{
bb traceStr( x,y,z );
}
#define __
{
bb
{
printf( "\nLine %i", __LINE__ );
}
}
#define ___
#define ret_
{
__ return ;
}
#define LE_ __ return ;
#define LE_ret( x ) __ return( x );
#define ret( x )
{
__ return( x );
}
#define LB_( x )
{
bb printf( "\n-> %s", x ); safe_ut.showSysCalls = 1 ;
#endif
/* Module ut/scanner1 scanner.ic
*****************************************************************************
Authors Gebhard.Greiter@softlab.de
*/
#include for_spu.h
class Scanner1
top . is_inc_for . C++
/* _____________________________________________________________________________ R e u s e . f o r . ALL Functions to scan C, C++ and Java code. _____________________________________________________________________________ */ { public: protected: private: // exported methods: public: char * Scanner1 :: skip_Arguments /* ----------------------------------------------------------------------------- ----------------------------------------------------------------------------- */ ( char * e , char * ee ) ; public: char * Scanner1 :: skip_DEBUG ( char * c // ----------------------------------------------------------------------------- ) ; } ; #endif