/*
*******************************************************************************
*
-* Copyright (C) 1998-2000, International Business Machines
+* Copyright (C) 1998-2003, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
enum ETokenType getNextToken(UCHARBUF *buf,
struct UString *token,
uint32_t *linenumber, /* out: linenumber of token */
+ struct UString *comment,
UErrorCode *status);
#endif