svn commit: trunk/uClibc/libc/misc/regex

vda at uclibc.org vda at uclibc.org
Tue Jun 3 00:00:33 UTC 2008


Author: vda
Date: 2008-06-02 17:00:32 -0700 (Mon, 02 Jun 2008)
New Revision: 22195

Log:
fix trivial mismatch in return type of build_wcs_upper_buffer()
(int/enum). clases bug 3234.



Modified:
   trunk/uClibc/libc/misc/regex/regex_internal.h


Changeset:
Modified: trunk/uClibc/libc/misc/regex/regex_internal.h
===================================================================
--- trunk/uClibc/libc/misc/regex/regex_internal.h	2008-06-02 23:46:16 UTC (rev 22194)
+++ trunk/uClibc/libc/misc/regex/regex_internal.h	2008-06-03 00:00:32 UTC (rev 22195)
@@ -386,7 +386,7 @@
      internal_function;
 #ifdef RE_ENABLE_I18N
 static void build_wcs_buffer (re_string_t *pstr) internal_function;
-static int build_wcs_upper_buffer (re_string_t *pstr) internal_function;
+static reg_errcode_t build_wcs_upper_buffer (re_string_t *pstr) internal_function;
 #endif /* RE_ENABLE_I18N */
 static void build_upper_buffer (re_string_t *pstr) internal_function;
 static void re_string_translate_buffer (re_string_t *pstr) internal_function;




More information about the uClibc-cvs mailing list