2 lib locale,localeconv,wctype,iswctype,iswblank
11 # define LC_MESSAGES LC_ALL
12 # endif /* LC_MESSAGES */
13 # endif /* _hdr_locale */
14 #endif /* _PACKAGE_ast */
16 # ifdef _lib_localeconv
17 static struct lconv *lp;
18 # define GETDECIMAL(x) (((lp=localeconv()) && lp->decimal_point && *lp->decimal_point) ? *lp->decimal_point : '.' )
20 # define GETDECIMAL(x) ('.')
21 # endif /* _lib_localeconv */
23 # define GETDECIMAL(x) ('.')
24 #endif /* _hdr_locale */