Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libintl.h « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 203a2c8522ca8111cc4b349a89c22ee752a986b5 (plain)
1
2
3
4
5
6
7
8
9
/* temporary internal libintl.h to ignore message translation for now */

#ifndef _LIBINTL_H
#define _LIBINTL_H      1

#undef _
#define _(x) (x)

#endif