mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-11 15:35:13 +00:00
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
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue