1 /********************************************************************
3 * Copyright (c) 1997-2003, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
9 #if !UCONFIG_NO_COLLATION
11 int TestBufferSize(void); /* keep gcc happy */
13 int TestBufferSize(void)
15 return (U_COL_SAFECLONE_BUFFERSIZE
< sizeof(UCollator
));