This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
On 08/16/2016 02:17 PM, Corinna Vinschen wrote:
With the recent general change to drop original K&R-style, as long is this is being edited, how about also-char * +const char * _DEFUN_VOID (__locale_ctype_ptr) { /* Only check if the current thread/reent has a locale. ctype_ptr is unused @@ -992,7 +992,7 @@ _DEFUN_VOID (__locale_ctype_ptr) : __ctype_ptr__; }
-_DEFUN_VOID (__locale_ctype_ptr) +__locale_ctype_ptr(void)(more readable, compares more easily against the "char *__locale_ctype_ptr (void);" prototype)?
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |