diff options
Diffstat (limited to 'src/locale/localeconv.c')
-rw-r--r-- | src/locale/localeconv.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/locale/localeconv.c b/src/locale/localeconv.c index 90432faf..58405261 100644 --- a/src/locale/localeconv.c +++ b/src/locale/localeconv.c @@ -1,3 +1,5 @@ +#if 0 + #include <locale.h> #include "_locale.h" @@ -21,3 +23,6 @@ LC_MONETARY LC_NUMERIC STDC(1) */ + + +#endif |