summaryrefslogtreecommitdiff
path: root/locale.c
diff options
context:
space:
mode:
Diffstat (limited to 'locale.c')
-rw-r--r--locale.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/locale.c b/locale.c
index 9714995..238f1e2 100644
--- a/locale.c
+++ b/locale.c
@@ -2,17 +2,16 @@
#include <limits.h>
#include "test.h"
-static int locale_categories[] = {
- LC_ALL,
- LC_COLLATE,
- LC_CTYPE,
- LC_MONETARY,
- LC_NUMERIC,
-};
-
void test_locale_h(void)
{
struct lconv *lc;
+ int locale_categories[] = {
+ LC_ALL,
+ LC_COLLATE,
+ LC_CTYPE,
+ LC_MONETARY,
+ LC_NUMERIC,
+ };
testing_header("locale.h");