Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5191 → Rev 5192

/contrib/sdk/sources/newlib/libc/include/ctype.h
39,10 → 39,11
#define _X 0100
#define _B 0200
 
extern
#ifndef _MB_CAPABLE
_CONST
#endif
extern __IMPORT char *__ctype_ptr__;
__IMPORT char *__ctype_ptr__;
 
#ifndef __cplusplus
/* These macros are intentionally written in a manner that will trigger
/contrib/sdk/sources/newlib/libc/include/sys/lock.h
1,7 → 1,7
#ifndef __SYS_LOCK_H__
#define __SYS_LOCK_H__
 
#define _LIBC 1
//#define _LIBC 1
#define NOT_IN_libc 1
 
#ifndef __USE_GNU