summaryrefslogtreecommitdiff
path: root/libicuuc/libicu/data/icudt_dat.c
blob: 90416e2149fbd2c10add0b4801fe30fe8e0c19f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* file      : libicu/data/icudt_dat.c -*- C -*-
 * license   : Unicode License; see accompanying LICENSE file
 */

#include <libicu/data/config.h>

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