| Index: src/preparse-data-format.h
|
| diff --git a/src/preparse-data-format.h b/src/preparse-data-format.h
|
| index e2cf0a1a3e882f3c0158ed64400d8241765d0c78..f5c3a5fbede4b5080a9af7b6880a52b22be088eb 100644
|
| --- a/src/preparse-data-format.h
|
| +++ b/src/preparse-data-format.h
|
| @@ -51,7 +51,8 @@ struct PreparseDataConstants {
|
| static const int kMessageStartPos = 0;
|
| static const int kMessageEndPos = 1;
|
| static const int kMessageArgCountPos = 2;
|
| - static const int kMessageTextPos = 3;
|
| + static const int kIsReferenceErrorPos = 3;
|
| + static const int kMessageTextPos = 4;
|
|
|
| static const unsigned char kNumberTerminator = 0x80u;
|
| };
|
|
|