Subversion Repositories tendra.SVN

Rev

Rev 2 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 89
Line 2... Line 2...
2
#define __HACKED_CTYPE_INCLUDED
2
#define __HACKED_CTYPE_INCLUDED
3
 
3
 
4
#include_next <ctype.h>
4
/*#include_next <ctype.h>*/
5
 
5
 
6
#ifndef _toupper
6
#ifndef _toupper
7
#define _toupper(c)	__toupper(c)
7
#define _toupper(c)	__toupper(c)
8
#endif
8
#endif
9
 
9