svn commit: r189811 - head/include

[ Available lists | Index of svn-src-all | Month of Mar 2009 | Week of 14 Mar 2009 | Raw email | View thread | Wrap long lines | Reply ]
From
David Schultz <das@FreeBSD.org>
Date
14 Mar 2009 19:04:25
Subject
svn commit: r189811 - head/include
Message-ID
200903141904.n2EJ4PLP004997@svn.freebsd.org


[ Hide this part ]
Author: das
Date: Sat Mar 14 19:04:24 2009
New Revision: 189811
URL: http://svn.freebsd.org/changeset/base/189811

Log:
Don't prototype _tolower() and _toupper(). They're not supposed to be
functions, and there's no implementation of them in any case.

Modified:
head/include/ctype.h

Modified: head/include/ctype.h
==============================================================================
--- head/include/ctype.h Sat Mar 14 19:03:40 2009 (r189810)
+++ head/include/ctype.h Sat Mar 14 19:04:24 2009 (r189811)
@@ -65,8 +65,6 @@ int tolower(int);
int toupper(int);

#if __XSI_VISIBLE
-int _tolower(int);
-int _toupper(int);
int isascii(int);
int toascii(int);
#endif


Elapsed time: 0.086 seconds