ICU-2422 Fix a compiler error for HP/UX and Solaris

X-SVN-Rev: 10863
This commit is contained in:
George Rhoten 2003-01-16 19:37:00 +00:00
parent 71f476c72f
commit 80fce8af49

View file

@ -87,7 +87,7 @@ enum {
URX_CTR_LOOP_NG = 29, // Also in three flavors.
URX_CTR_LOOP_P = 30,
URX_RELOC_OPRND = 31, // Operand value in multi-operand ops that refers
URX_RELOC_OPRND = 31 // Operand value in multi-operand ops that refers
// back into compiled pattern code, and thus must
// be relocated when inserting/deleting ops in code.
};