search for: __wchar_type__

Displaying 4 results from an estimated 4 matches for "__wchar_type__".

2002 Sep 05
2
Version 1.5.1 STILL failing make check.
...f sequences of warning messages the form /dev/null:0: malformed option `-A system=unix' /dev/null:0: malformed option `-A system=svr4' *Initialization*:1: warning: `__SIZE_TYPE__' redefined *Initialization*:1: warning: `__PTRDIFF_TYPE__' redefined *Initialization*:1: warning: `__WCHAR_TYPE__' redefined /dev/null:0: malformed option `-A cpu=sparc' /dev/null:0: malformed option `-A machine=sparc' This does not encourage me, but I haven't a clue what's going on. Why in hell won't our system build R??? I'm going nuts over this. cheers (but not very che...
2017 Dec 01
2
[Release-testers] 5.0.1-rc2 has been tagged
...ndif - -/* zig added to prevent duplicate definition with mingw */ -#if !defined(__INT_WCHAR_T_H) -#if !defined(_GCC_WCHAR_T) -#if !defined(_WCHAR_T_DECLARED) -#if !defined(_WCHAR_T_DEFINED) -#define __INT_WCHAR_T_H -#define _GCC_WCHAR_T -#define _WCHAR_T_DECLARED -#define _WCHAR_T_DEFINED typedef __WCHAR_TYPE__ wchar_t; -#endif -#endif -#endif -#endif - #endif #endif #undef __need_wchar_t On Fri, Dec 1, 2017 at 10:30 AM, Sylvestre Ledru via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 30/11/2017 01:19, Tom Stellard via Release-testers wrote: > > Hi, > > > > I'...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...47L #define __linux__ 1 #define __SCHAR_MAX__ 127 #define __DBL_DIG__ 15 #define __USER_LABEL_PREFIX__ #define linux 1 #define __tune_pentium__ 1 #define __STDC_HOSTED__ 1 #define __LDBL_MANT_DIG__ 64 #define __FLT_EPSILON__ 1.19209290e-7F #define __LDBL_MIN__ 3.36210314311209350626e-4932L #define __WCHAR_TYPE__ long int #define __FLT_DIG__ 6 #define __FLT_MAX_10_EXP__ 38 #define __INT_MAX__ 2147483647 #define __gnu_linux__ 1 #define __FLT_MAX_EXP__ 128 #define __DECIMAL_DIG__ 21 #define __DBL_MANT_DIG__ 53 #define __WINT_TYPE__ unsigned int #define __GNUC__ 3 #define __LDBL_MIN_EXP__ (-16381) #define __tu...
2017 Nov 30
9
5.0.1-rc2 has been tagged
Hi, I've tagged the 5.0.1-rc2 release, go ahead and start testing and report your results. -Tom