Add 'wx_' prefix to builtin regfree and regerror

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36236 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-11-23 13:56:08 +00:00
parent 66d84d1130
commit 7553e636a2
4 changed files with 23 additions and 19 deletions

View File

@@ -50,7 +50,7 @@ static struct rerr {
*/
/* ARGSUSED */
size_t /* actual space needed (including NUL) */
regerror(rxerrcode, preg, errbuf, errbuf_size)
wx_regerror(rxerrcode, preg, errbuf, errbuf_size)
int rxerrcode; /* error code, or REG_ATOI or REG_ITOA */
CONST regex_t *preg; /* associated regex_t (unused at present) */
char *errbuf; /* result buffer (unless errbuf_size==0) */