303N/Alib locale,localeconv,wctype,iswctype,iswblank
303N/A # define LC_MESSAGES LC_ALL
303N/A # endif /* LC_MESSAGES */
303N/A # endif /* _hdr_locale */
303N/A #endif /* _PACKAGE_ast */
303N/A # ifdef _lib_localeconv
303N/A static struct lconv *lp;
303N/A # define GETDECIMAL(x) (((lp=localeconv()) && lp->decimal_point && *lp->decimal_point) ? *lp->decimal_point : '.' )
303N/A # define GETDECIMAL(x) ('.')
303N/A # endif /* _lib_localeconv */
303N/A # define GETDECIMAL(x) ('.')
303N/A #endif /* _hdr_locale */