No changes, just removed hard tabs and trailing white space.
This commit is huge but there are no non-white-space changes in it. Some files containing third-party sources (src/msw/wince/time.cpp, src/x11/pango*.cpp) were left unchanged. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
using decimal point &c.
|
||||
|
||||
TODO: Currently only the character classification and transformation
|
||||
functions and number <-> string functions, are implemented,
|
||||
functions and number <-> string functions, are implemented,
|
||||
we also need at least
|
||||
- formatted IO: scanf_l(), printf_l() &c
|
||||
- time: strftime_l(), strptime_l()
|
||||
@@ -246,7 +246,7 @@ extern WXDLLIMPEXP_DATA_BASE(wxXLocale) wxNullXLocale;
|
||||
{ return wxCRT_Strtoul_lA(c, endptr, base, loc.Get()); }
|
||||
|
||||
#if wxUSE_UNICODE
|
||||
|
||||
|
||||
// ctype functions
|
||||
#define wxCRT_Isalnum_lW wxXLOCALE_IDENT(iswalnum_l)
|
||||
#define wxCRT_Isalpha_lW wxXLOCALE_IDENT(iswalpha_l)
|
||||
@@ -329,7 +329,7 @@ extern WXDLLIMPEXP_DATA_BASE(wxXLocale) wxNullXLocale;
|
||||
unsigned long WXDLLIMPEXP_BASE wxStrtoul_l(const char* str, char **endptr, int base, const wxXLocale& loc);
|
||||
|
||||
#endif // wxHAS_XLOCALE_SUPPORT/!wxHAS_XLOCALE_SUPPORT
|
||||
|
||||
|
||||
#endif // wxUSE_XLOCALE
|
||||
|
||||
#endif // _WX_XLOCALE_H_
|
||||
|
Reference in New Issue
Block a user