Subversion Repositories Kolibri OS

Rev

Rev 4874 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 109... Line 109...
109
_CONST
109
_CONST
110
#endif
110
#endif
111
char __EXPORT *__ctype_ptr__ = (char *) _ctype_b + 127;
111
char __EXPORT *__ctype_ptr__ = (char *) _ctype_b + 127;
Line 112... Line 112...
112
 
112
 
-
 
113
#  ifdef __CYGWIN__
-
 
114
#    ifdef __x86_64__
-
 
115
__asm__ ("					\n\
-
 
116
        .data					\n\
-
 
117
	.globl  _ctype_				\n\
-
 
118
	.set    _ctype_,_ctype_b+127		\n\
113
#  ifdef __CYGWIN__
119
	.text                                   \n\
-
 
120
");
114
 
121
#    else
115
__asm__ ("					\n\
122
__asm__ ("					\n\
116
        .data					\n\
123
        .data					\n\
117
	.globl  __ctype_			\n\
124
	.globl  __ctype_			\n\
118
	.set    __ctype_,__ctype_b+127		\n\
125
	.set    __ctype_,__ctype_b+127		\n\
119
	.text                                   \n\
126
	.text                                   \n\
120
");
127
");
121
 
128
#    endif
Line 122... Line 129...
122
#  else /* !__CYGWIN__ */
129
#  else /* !__CYGWIN__ */
123
 
130
 
124
_CONST char _ctype_[1 + 256] = {
131
_CONST char _ctype_[1 + 256] = {