mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
19
intl/icu/source/tools/toolutil/ucln_tu.cpp
Normal file
19
intl/icu/source/tools/toolutil/ucln_tu.cpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
/********************************************************************
|
||||
* COPYRIGHT:
|
||||
* Copyright (c) 2007-2014, 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue