summaryrefslogtreecommitdiffstats
path: root/toolchain/elf2flt/elf2flt/stubs.c
blob: fb14d6319b9e9724a96214826d21ebbcdcdf982c (plain)
1
2
3
4
5
6
#ifndef HAVE_DCGETTEXT
const char *dcgettext (const char *domain, const char *msg, int category)
{
  return msg;
}
#endif /* !HAVE_DCGETTEXT */