summaryrefslogtreecommitdiff
path: root/libicuuc/libicu/data/other.c
blob: ef204531ec764e1e58f06c462d3a54267a782441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* file      : libicu/data/other.c -*- C -*-
 * copyright : Copyright (c) 2016-2019 Code Synthesis Ltd
 * license   : Unicode License; see accompanying LICENSE file
 */

#include <libicu/data/config.h>

#if U_IS_BIG_ENDIAN
#  include <libicu/data/be/other.c>
#else
#  include <libicu/data/le/other.c>
#endif