- Got rid of warnings

- Fixed locale problems (?)
- Fixed newlines of rege_dfa.c


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-01-19 22:11:48 +00:00
parent 2cfddfe7ca
commit b8f896a10a
4 changed files with 13 additions and 17 deletions

View File

@@ -188,7 +188,6 @@ extern int wx_ispunct(wx_wchar c);
extern int wx_isspace(wx_wchar c);
extern wx_wchar wx_toupper(wx_wchar c);
extern wx_wchar wx_tolower(wx_wchar c);
extern int wx_strlen(const wx_wchar* szString);
static int nmcces(struct vars *);
static int nleaders(struct vars *);
static struct cvec *allmcces(struct vars *, struct cvec *);