]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/genrb/read.h
ICU-8.11.1.tar.gz
[apple/icu.git] / icuSources / tools / genrb / read.h
index 9538e02785a3c86b6b28aff85a9662eebceed4ef..96bd9608128fdc2a3de12b164f97af5a2fc3bbd8 100644 (file)
@@ -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