--- ../../../orig/icu/source/i18n/regexcmp.h	Thu Oct 20 10:54:02 2005
+++ regexcmp.h	Mon Dec 11 13:42:54 2006
@@ -38,9 +38,6 @@
                                                     //   to the depth of parentheses nesting
                                                     //   that is allowed in the rules.
 
-enum EParseAction {dummy01, dummy02};               // Placeholder enum for the specifier for
-                                                    //   actions that are specified in the
-                                                    //   rule parsing state table.
 struct  RegexTableEl;
 class   RegexPattern;
 
@@ -83,7 +80,7 @@
 private:
 
 
-    UBool       doParseActions(EParseAction a);
+    UBool       doParseActions(int32_t a);
     void        error(UErrorCode e);                   // error reporting convenience function.
 
     UChar32     nextCharLL();
