blob: 74b108d6ec491406cb5a8ea997daf8c3d18c80b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Index: /icu/trunk/source/common/ubidiimp.h
===================================================================
--- source/common/ubidiimp.h (revision 37079)
+++ source/common/ubidiimp.h (revision 37080)
@@ -2,5 +2,5 @@
******************************************************************************
*
-* Copyright (C) 1999-2014, International Business Machines
+* Copyright (C) 1999-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
@@ -185,6 +185,6 @@
int32_t startON;
int32_t start1;
+ int32_t state;
int16_t stateImp;
- int16_t state;
} Isolate;
|