svn commit: r189811 - head/include

David Schultz das at FreeBSD.org
Sat Mar 14 12:04:26 PDT 2009


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


More information about the svn-src-head mailing list