mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-2422 Fix a compiler error for HP/UX and Solaris
X-SVN-Rev: 10863
This commit is contained in:
parent
71f476c72f
commit
80fce8af49
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue