ICU-8585 Increase size of store string in gencmn

X-SVN-Rev: 30204
This commit is contained in:
Michael Ow 2011-06-09 23:48:38 +00:00
parent b8d330e9a7
commit 8f86f7b5b7

View file

@ -1,5 +1,5 @@
/******************************************************************************
* Copyright (C) 2008-2010, International Business Machines
* Copyright (C) 2008-2011, International Business Machines
* Corporation and others. All Rights Reserved.
*******************************************************************************
*/
@ -18,7 +18,7 @@
#include "putilimp.h"
#include "pkg_gencmn.h"
#define STRING_STORE_SIZE 100000
#define STRING_STORE_SIZE 200000
#define COMMON_DATA_NAME U_ICUDATA_NAME
#define DATA_TYPE "dat"