diff -r 000000000000 -r 6474c204b198 intl/icu/source/tools/toolutil/ucln_tu.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/intl/icu/source/tools/toolutil/ucln_tu.c Wed Dec 31 06:09:35 2014 +0100 @@ -0,0 +1,17 @@ +/******************************************************************** + * COPYRIGHT: + * Copyright (c) 2007-2013, International Business Machines Corporation and + * others. All Rights Reserved. + ********************************************************************/ + + +/** Auto-client **/ +#define UCLN_TYPE UCLN_TOOLUTIL +#include "ucln_imp.h" + +int uprv_dummyFunction_TU(void); +int uprv_dummyFunction_TU(void) +{ + /* this is here to prevent the compiler from complaining about an empty file */ + return 0; +}