1 --- lnumeric.h.orig 2009-11-09 15:05:25.000000000 -0800
2 +++ lnumeric.h 2009-11-09 15:05:25.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_ */