1 --- lnumeric.h.orig 2003-05-20 15:21:44.000000000 -0700
2 +++ lnumeric.h 2005-02-19 14:44:29.000000000 -0800
10 const char *decimal_point;
11 const char *thousands_sep;
15 -struct lc_numeric_T *__get_current_numeric_locale(void);
16 -int __numeric_load_locale(const char *);
17 +struct lc_numeric_T *__get_current_numeric_locale(locale_t);
18 +int __numeric_load_locale(const char *, locale_t);
20 #endif /* !_LNUMERIC_H_ */