2003-05-15 16:28:58 +00:00
|
|
|
/********************************************************************
|
|
|
|
* COPYRIGHT:
|
2003-05-22 00:00:19 +00:00
|
|
|
* Copyright (c) 1997-2003, International Business Machines Corporation and
|
2003-05-15 16:28:58 +00:00
|
|
|
* others. All Rights Reserved.
|
|
|
|
********************************************************************/
|
|
|
|
|
|
|
|
#include "ucol_imp.h"
|
2003-05-22 00:00:19 +00:00
|
|
|
|
|
|
|
#if !UCONFIG_NO_COLLATION
|
|
|
|
|
2003-05-15 17:37:33 +00:00
|
|
|
int TestBufferSize(void); /* keep gcc happy */
|
2003-05-15 16:28:58 +00:00
|
|
|
|
2003-05-15 17:37:33 +00:00
|
|
|
int TestBufferSize(void)
|
2003-05-15 16:28:58 +00:00
|
|
|
{
|
|
|
|
return (U_COL_SAFECLONE_BUFFERSIZE < sizeof(UCollator));
|
|
|
|
}
|
2003-05-22 00:00:19 +00:00
|
|
|
#endif
|