ICU-567 Just revert to what it was originally.

X-SVN-Rev: 6809
This commit is contained in:
George Rhoten 2001-11-13 01:50:17 +00:00
parent e6733853a0
commit cd59c0d7bf

View File

@ -57,10 +57,10 @@ static void iterateTestsWithLevel( const TestNode *root, int len,
static void help ( const char *argv0 );
static int ERRONEOUS_FUNCTION_COUNT = 0;
extern int ERROR_COUNT = 0;
int ERROR_COUNT = 0;
static int INDENT_LEVEL = 0;
extern int VERBOSITY = 0; /* be No-verbose by default */ /* static removed by weiv to repair build */
extern int ERR_MSG =1; /*error messages will be displayed by default*/
int VERBOSITY = 0; /* be No-verbose by default */
int ERR_MSG =1; /*error messages will be displayed by default*/
/*-------------------------------------------*/
/* strncmp that also makes sure there's a \0 at s2[0] */