X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..d5d484b0fbe924d3663b177965538d517ee412c1:/icuSources/tools/genrb/read.h diff --git a/icuSources/tools/genrb/read.h b/icuSources/tools/genrb/read.h index 9538e027..96bd9608 100644 --- a/icuSources/tools/genrb/read.h +++ b/icuSources/tools/genrb/read.h @@ -1,7 +1,7 @@ /* ******************************************************************************* * -* Copyright (C) 1998-2000, International Business Machines +* Copyright (C) 1998-2003, International Business Machines * Corporation and others. All Rights Reserved. * ******************************************************************************* @@ -45,6 +45,7 @@ void resetLineNumber(void); enum ETokenType getNextToken(UCHARBUF *buf, struct UString *token, uint32_t *linenumber, /* out: linenumber of token */ + struct UString *comment, UErrorCode *status); #endif