svn commit: trunk/uClibc/libc/stdio

vda at uclibc.org vda at uclibc.org
Thu Apr 10 21:15:59 UTC 2008


Author: vda
Date: 2008-04-10 14:15:59 -0700 (Thu, 10 Apr 2008)
New Revision: 21697

Log:
remove "register" from _vf[w]printf_internal declarations too



Modified:
   trunk/uClibc/libc/stdio/_stdio.h


Changeset:
Modified: trunk/uClibc/libc/stdio/_stdio.h
===================================================================
--- trunk/uClibc/libc/stdio/_stdio.h	2008-04-10 21:05:30 UTC (rev 21696)
+++ trunk/uClibc/libc/stdio/_stdio.h	2008-04-10 21:15:59 UTC (rev 21697)
@@ -434,12 +434,12 @@
 /**********************************************************************/
 
 extern int _vfprintf_internal (FILE * __restrict stream,
-			register const char * __restrict format,
+			const char * __restrict format,
 			va_list arg) attribute_hidden;
 
 #ifdef __UCLIBC_HAS_WCHAR__
 extern int _vfwprintf_internal (FILE * __restrict stream,
-			register const wchar_t * __restrict format,
+			const wchar_t * __restrict format,
 			va_list arg) attribute_hidden;
 #endif
 




More information about the uClibc-cvs mailing list