OSDN Git Service

The proper way to do error message output is with AC_MSG_ERROR() ... patch
[uclinux-h8/elf2flt.git] / stubs.c
1 #ifndef HAVE_DCGETTEXT
2 const char *dcgettext (const char *domain, const char *msg, int category)
3 {
4   return msg;
5 }
6 #endif /* !HAVE_DCGETTEXT */