Remove locale support because it is not supported on
NuttX Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
This commit is contained in:
parent
e064a9578b
commit
94c5d707fc
@ -14,7 +14,6 @@
|
||||
#else
|
||||
#define _(String) String
|
||||
#endif
|
||||
#include <locale.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
@ -57,8 +56,6 @@ int bas_main(int argc, char *argv[])
|
||||
};
|
||||
/*}}}*/
|
||||
|
||||
setlocale(LC_MESSAGES,"");
|
||||
setlocale(LC_CTYPE,"");
|
||||
#ifdef HAVE_GETTEXT
|
||||
bindtextdomain("bas",LOCALEDIR);
|
||||
textdomain("bas");
|
||||
|
Loading…
Reference in New Issue
Block a user